Beliavsky wrote:
> On May 30, 4:36 pm, tuli <tuli.herscov
@gmail.com> wrote:
>> Hello,
>> I need to execute a Windows based application (say HFSS.exe) from
>> Fortran.
>> Tried to make a batch file but it did not work.
>> I use the Compaq Visual Fortran ver.6.6 on a 32 machine and/or PGI
>> Fortran (Release 7) on a 64 bit machine.
> For Intel and Compaq Visual Fortran, use the "system" extension, for
> example
> program xsystem
> implicit none
> call system("try.bat")
> end program xsystem
> Maybe it is present in PGI, too -- I don't use that compiler.
It may work better with recent compilers if it is used in accordance