In a Windows batch file, myScript.bat runs otherScript.bat, and in otherScript.bat, there's a pause in first line.
How can I send a keystroke thast skips the pause in myScript.bat? So my script won't need to take any extract keystroke and won't be blocked by the pause.