December 27, 200520 yr 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.?
December 27, 200520 yr 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)
December 27, 200520 yr Hi SGT_JAXAre you looking for something like this?net use /persistent:YES Z: \\SERVER\SHARE /user:DOMAIN\USER PASSWORD
December 27, 200520 yr Author 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
Create an account or sign in to comment