I am trying to write a batch script and trying to wait 10 seconds between 2 function calls. The command:
sleep 10
Does not make the batch file wait for 10 seconds.
I am running Windows XP.
Note: This is not a complete duplicate of Sleeping in a batch file as the other question is about also about python, while this is about windows batch files.