To pause for a minute before running the next command in a batch file (for a delay of 60 seconds):
PING -n 61 127.0.0.1>nul
Prerequisite for this command is the TCP/IP-component.
PING -n 61 127.0.0.1>nul
Prerequisite for this command is the TCP/IP-component.