I have a bat file which invokes a program with bunch of arguments.
start program.exe arg1 2 3
Now program.exe
takes a long time to execute, (about 2-4 hours).
When the program is done running, it usually prints the return code and execution times in console. But sometimes I have to press the return key in the console window and then I see the program output.
No idea why is that?