M Malke Jul 19, 2006 #2 dkblee said: Hi! how do i write a batch file to map a network drive? Pls advise Thanks. Click to expand... Although some of the regulars here are excellent at writing scripts, for such basic scripting questions as you are asking in this and other posts you'd do better to spend some time at TechNet's Scripting Center. http://www.microsoft.com/technet/scriptcenter/resources/qanda/default.mspx Malke
dkblee said: Hi! how do i write a batch file to map a network drive? Pls advise Thanks. Click to expand... Although some of the regulars here are excellent at writing scripts, for such basic scripting questions as you are asking in this and other posts you'd do better to spend some time at TechNet's Scripting Center. http://www.microsoft.com/technet/scriptcenter/resources/qanda/default.mspx Malke
H Haggis Jul 19, 2006 #3 dkblee said: Hi! how do i write a batch file to map a network drive? Pls advise Thanks. Click to expand... http://www.cezeo.com/tips-and-tricks/net-use-command/ eg: NET USE Z: \\computer\shareddrive
dkblee said: Hi! how do i write a batch file to map a network drive? Pls advise Thanks. Click to expand... http://www.cezeo.com/tips-and-tricks/net-use-command/ eg: NET USE Z: \\computer\shareddrive