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

having two standar outputs!!!

amir_445
Beginner
306 Views
Hi there,

I would like to save/record my outputs on screen to afile as well.would that be possiblewith only one 'write' statment?

Thanks,
Amir
0 Kudos
2 Replies
mecej4
Honored Contributor III
306 Views
You can do this at the OS level using the tee program, which is a standard utility in Unix/Linux, with versions available for Windows.
0 Kudos
jimdempseyatthecove
Honored Contributor III
306 Views
Amir,

Take a look at SnagIt. In the features list it includes text capture. See:(http://www.techsmith.com/snagit-features-list.html). Also try looking around in SourceForge and CodePage.

Jim Dempsey
0 Kudos
Reply