SyntaxFix
Write A Post
Hire A Developer
Questions
The Windows 2003 Resource Kit has a sleep batch file. If you ever move up to PowerShell, you can use:
sleep
Start-Sleep -s <time to sleep>
Or something like that.