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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29304 Discussions

How to send output to a DOS window

michael_green
Beginner
462 Views
I'm using a dialog as a front end to run an F77 legacy program (converted to a subroutine). The old program has lots of useful progress reports (TYPE *,'etc, etc.')which I would like to output to a DOS window, but I don't know how to create one from my dialog based program. If it can be done, please could someone tell me how.

With many thanks in advance,

Mike
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
462 Views

AllocConsole() -- FreeConsole()

Jugoslav

0 Kudos
Reply