You can add a 10 second delay in a dos batch file by using the following trick…
CHOICE /T 10 /C ync /CS /D y > nul
I have C:\WINDOWS\CHOICE.EXE but not sure it's present on all machines that's the only caveat.
You can however download it from here http://winsupport.org/utilities/freedos-choice.html