You will have to find a pre 2000 machine to copy the command CHOICE.EXE from in order to get this to work, but the following will work:
choice /T:Y,10 /N
net stop wzcsvc
This will cause the batch file to wait 10 seconds to execute the next line once the batch file itself has been executed.
|