I have created the following batch file to execute two QB64 exes in succession. It works, except that the process pauses in between the two programs with "Press any key to continue" message. Is there some way to suppress this pause so that both the programs are run without any key press required?
C:\Windows\SysWOW64\cmd.exe /c PROGA
C:\Windows\SysWOW64\cmd.exe /c PROGB