benheaven1 Posted October 4, 2005 Posted October 4, 2005 I need to create a logon script for mapping drives using net use command.This was my first attempt. net use x: \\Ben2\\MusicShare /PASSWORD:Music /USER:Music /PERSISTENT:NOBasically I need to get it working.Share:\\Ben2\MusicShareUsername:MusicPassword:MusicAny ideas guys?ThanksBen
Bendes Posted October 4, 2005 Posted October 4, 2005 (edited) The password must be after the username:NET USE X: \\Ben2\\MusicShare /USER:Music Music /PERSISTENT:NO Edited October 4, 2005 by Bendes
Doc Symbiosis Posted October 4, 2005 Posted October 4, 2005 You've got to left the password switch and just type the password, just use:net use x: \\Ben2\\MusicShare Music /USER:Music Music /PERSISTENT:NO.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now