I have a couple of questions about this. 1) Is there any reason WshShell.sleep Doesn't work on Windows 10? 2) What are the alternatives? They need to be compatible with Windows 7 too.
set WshShell = CreateObject("Wscript.Shell")
WshShell.sleep 10000
Creates the following error http://prntscr.com/86o9ml Thank you in advance.