Unix command whitin a Fortran routine

From: Mathieu Fregeau (mathieu.fregeau_at_polymtl.ca)
Date: 10/26/03


Date: Sun, 26 Oct 2003 20:08:13 GMT

Hi,

I want to call a UNIX command whitin a Fortran code. The command line on a
Unix system is per example:

"./myprogram.exe"

which will generate a text file, and then, my Fortran program deals with
that file... Anyway, what I am expecting from the Unix command is not the
purpose here. Just how to make a Unix command call through a Fortran
routine?

Thanks

Mathieu