Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Press any key to continue...

Help
Beginner
1,756 Views
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 Kudos
2 Replies
Steven_L_Intel1
Employee
1,756 Views
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.
0 Kudos
Help
Beginner
1,756 Views
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
0 Kudos
Reply