1.

Solve : Batch file for mapped network drive?

Answer»

Scenario:  win2003 server with 25 workstations all running xp SP2 with eset smart security antivirus with sharing enabled.

Problem : All the workstations connect to a folder on the server called munex to run there local financial package. I have created a mapped network drive on all the workstations  -  net use g: \\fms-server\munex /user:administrator Password1, this enables the network drive but they still have to put in the password to connect to the server and the shared munex folder. I would like to create a BATCH file that RUNS in the BACKGROUND everytime they boot up that can eliminate the need to enter a password to connect to the server and the shared folder. They all access the PROGRAM via  a short cut on each stations desktop.
just looking at the help, the password goes after the share name and before the "/USER:"

net use x: \\server\share password /USER:username



Discussion

No Comment Found