Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invoking exe from fortran program

Status
Not open for further replies.

dinjag

Chemical
Joined
Nov 7, 2001
Messages
8
Location
IN
How to invoke (run) an application (executable) from a fortran program?

I have an executable of a C program which reads data from a text file. I want to integrate this exe with a main fortran program so that I would write a data required by C executable (text file) from a fortran program, then run the executable and subsequently read the output generated by C exe back into fortran program. Could anybody suggest a way to do this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top