I am using the following commands in a script:
net use v: /d
net use v: \\192.168.10.50\issm50_m
... commands
delay 5
net use v: /d
net use v: \\192.168.10.30\issm30_m
The second /d command is refused with a message that the drive is being used by another process. I do not have this problem in 4nt.exe. What am I doing wrong?
net use v: /d
net use v: \\192.168.10.50\issm50_m
... commands
delay 5
net use v: /d
net use v: \\192.168.10.30\issm30_m
The second /d command is refused with a message that the drive is being used by another process. I do not have this problem in 4nt.exe. What am I doing wrong?