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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now