From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mumit Khan To: Satyanarayana Muthuswamy Cc: gcc@gcc.gnu.org Subject: Re: Help Needed Date: Mon, 02 Jul 2001 10:30:00 -0000 Message-id: References: X-SW-Source: 2001-07/msg00135.html On Mon, 2 Jul 2001, Satyanarayana Muthuswamy wrote: > Hi > > My name is Satya > I am a graduate student at the Univ of Minnesota > > First of all let me thank you for the g77 compiler. > I work in Windows 2000. See http://www.cygwin.com/ and http://www.mingw.org/ -- both provide GNU Fortran 77 compilers that will run on Windows 2000, but with very different runtime behaviour. Mingw site has a short description on the difference between the two. > I have a question on the Fortran Language. > > How can we call an external executable (DOS - exe file) inside a Fortran > program? GNU Fortran 77 runtime library provides SYSTEM, which you can use. You'll have to read the runtime library documentation for that. Regards, Mumit