I am working on a fortran program, in which an external program has to be executed during the program run. My question is: how can I execute the external program during the fortran run?
Why don't you call both programs from something very simple like a Pascal-written program or a VBScript? Exchange with data can be made through a text file at the hard drive/