- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page