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

how to change output file from .exe to .txt???!

vikved
Beginner
568 Views
Hi all..!

I am new to using Visual Fortran, and I am having some trouble running a code in visual fortran 6.0. The code works fine, and is an important phase of my research. However, the output file is a .exe file, and it is a 3000x2 array of numbers. I need it in .txt format, so that I would be able to open it using excel/matlab.

Kindly advice as to how I can go about doing this. And thanks a lot for helping out.
Vikram.
0 Kudos
1 Reply
fsharpminor
Beginner
568 Views
The .exe file is not the output of your program, it is the program. You have to run the .exe file to get the output.

Click on Build/Execute .exe, or run it from a command prompt.

Hope this helps.
FSM
0 Kudos
Reply