starting a msdos exe from excel

  • Thread starter Thread starter Juggernath
  • Start date Start date
J

Juggernath

I have old Fortran papplication that saves results into a text file. Author
of program, can rewrite it so format is not the problem, he could rewrite
it to XML text file or something like that.
The problem is: how to execute that exe from a VBA sub (and to stop
executing the next line of the sub until Fortran exe saved data into text
file).
I should import result data from text file in the next few lines of the same
sub.
 
Actually, this is command line exe, compiled under win 2000 with old
MSFortran Powerstation4.0 compiler.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top