I am running an executable using Intel Fortran compiler. At the end I get a message asking for "Press any key to continue. . ." Is there a way that i can get rid of the message and come out of the executable once it is done without pressing any key?
Thanks in advance for help
Thanks in advance for help
連結已複製
2 回應
You will see that only if you run the program from within Visual Studio using "Start without debugging". If you run it from outside VS, or start with debugging, the prompt will not appear. If the prompt was not there, the console window for your application would disappear and you would not be able to see the output.
Quoting - Help
I am running an executable using Intel Fortran compiler. At the end I get a message asking for "Press any key to continue. . ." Is there a way that i can get rid of the message and come out of the executable once it is done without pressing any key?
Thanks in advance for help
Thanks in advance for help
Thanks for the reply. It worked
