DOS batch script sleep timer
I had the need to set a sleep timer at the end of a batch script to close the script 10 seconds after it finished. There used to be a sleep command that could be used in batch scripting but sadly that isn't the case anymore.