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

How to send output to a DOS window

michael_green
Beginner
262 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
262 Views

AllocConsole() -- FreeConsole()

Jugoslav

0 Kudos
Reply