SGT_JAX Posted December 27, 2005 Posted December 27, 2005 Is it possible to map a network drive to a server that require a username and password everytime you logon to that server? If so can it be put in a simple batch file that will use net use commands.?
nitroshift Posted December 27, 2005 Posted December 27, 2005 when mapping the drive it allows you to log on as a different user where you have to input your username and password. make sure you have ticked the box saying "reconnect at logon". B)
velos Posted December 27, 2005 Posted December 27, 2005 Hi SGT_JAXAre you looking for something like this?net use /persistent:YES Z: \\SERVER\SHARE /user:DOMAIN\USER PASSWORD
SGT_JAX Posted December 27, 2005 Author Posted December 27, 2005 yep that what I'm looking for..I will give that a trythanks
SGT_JAX Posted December 27, 2005 Author Posted December 27, 2005 that worked.I have looked on the net and found a simular command and it did not work...but your did with a minor change.Thanks
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now