Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Login Scripts

Status
Not open for further replies.

12122053

Technical User
Joined
Feb 19, 2001
Messages
210
Location
US
I'm trying to place a simple login script (net use p: \\server\vol\apps so users can get into the apps folder. I place the logon.bat in the winnt/system32/repl/scripts/import folder,also specify in the user logon profile, but still no luck. No errors are given when the users logs in. All clients are windows 95. Any suggestions,thanks. The respected folders are shared.
 
Err, net use p: \\server\vol\apps looks wrong - you can only map to a share, not to a sub-directory under a share.

Try

net use p: \\server\vol

and see if that works. (I presume the login script IS running when the clients log in). [auto] MCSE NT4/W2K
 
Do i need to use a different scripting tool so I can map to subdirectory. Thanks
 
You shouldn't need to. If you make the folder users need access too a shared folder, would you not be able to get the users to it using:

net use p: \\server\apps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top