Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Press any key to continue...

Help
初學者
1,724 檢視
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
0 積分
2 回應
Steven_L_Intel1
1,724 檢視
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.
Help
初學者
1,724 檢視
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
Hi Steve,

Thanks for the reply. It worked
回覆