not Mac or Linux, there's no need for scripting. A batch file will be enough.

A batch file (make it with Notepad, save as "all file types (*.*)" with extension .bat contains just the commands you would type into the command processor to do this. That's just the path to program to run a program.

There's no wait command, but http://www.msfn.org/board/topic/32227-batch-wait-cmd/ shows a workaround, using ping with a time-out.

That should be all. Scripting is a rather specialised task. Making a batch file is common practise since the days of MS-DOs 2.11. When I started with that in 1987, every computer user could do it (using a text editor called edlin, because Notepad only came to exist in Windows).

Kees