Hi,
I have a batch file which works pretty well however I would like to do the same using a vbscript.
net use r: \\ukhakpr02\software par1s2 /user:hakguest
I am trying to do this but it doesn't work.
WSHNetwork.MapNetworkDrive "V:", "\\ukhakpr02\software" /UID=hakguest;PWD=par1s2
I have a batch file which works pretty well however I would like to do the same using a vbscript.
net use r: \\ukhakpr02\software par1s2 /user:hakguest
I am trying to do this but it doesn't work.
WSHNetwork.MapNetworkDrive "V:", "\\ukhakpr02\software" /UID=hakguest;PWD=par1s2