Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"Because of this forum, I continue to WOW! my clients!"

Geography

Where in the world do Tek-Tips members come from?
Uniservice (MIS)
19 Oct 99 1:12
How do you setup login script, where a user login with his/her unique login name and password, he/she will have access to local dedicated path/directory and print server that is assigned for the individual user.
Zelandakh (MIS)
19 Oct 99 6:46
Create a batch file called home.bat in winnt\system32\repl\import\scripts.

In the file put the following

net use f: /home
net use lpt1: \\servername\printername

Now go to user manager for domains. For the user, change their properties and put home.bat as their logon script. Below that, set the home directory as \\servername\users\%username%. Setting the drive letter works under WS but is overridden by the logon script for Win9x.

You need to create the users directory on that server and set it as shared for domain users or similar. When you create the home directories, select all users in user manager for domains and set the directory as above. NT will create all the directories for you using their username. Beware though, only the user has access to the directory. No admin rights and no backup rights!!!

Now that they have a home directory, use different logon scripts for the printer use. Install the clients printers to go to LPT1 and use the scripts to capture the port. That way, if the server goes down, you point the script at another queue and ask them to log on again.

Helpful?
oneworld (MIS)
19 Oct 99 10:09
This might not be useful to you but it could be useful to others. If anyone has heard of Kix32 which is used to make more complex scripts you may appreciate the following link. Http://www.scriptlogic.com
They have made it easier to make Kix32 login scripts. Hope someone finds this useful.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close