Is there a way to pause the script/slow it down so that commands will finish?
I do not want to use the PAUSE command because it requires input from the user...
EDIT: Here is what I have, tried putting the time server command at the end to give it a short slowdown...
@echo off
net use /delete U: /yes
net use /delete W: /yes
net use U: \\SERVER\users\%UserName%
net use W: \\SERVER\public
NET TIME \\SERVER /SET /YES
This post has been edited by Cyrius: 08 November 2011 - 12:22 PM



Help
Back to top









