Re: Running Windows Programs from Fortran
- From: "max" <none@xxxxxxxx>
- Date: Wed, 30 May 2007 23:05:12 GMT
"tuli" <tuli.herscovici@xxxxxxxxx> wrote in message
news:1180557376.881073.86850@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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.
Any ideas?
Thanks
Tuli
PS I know that can be done in MATLAB
What you are asking for is a non-standard feature, which may not be provided
with the compiler. Most, however, will offer such support - you will have to
look at the documentation that came with your compiler.
For DVF, look up SYSTEM, and note that it will require a USE DFPORT command,
and (just possibly) ensuring that link with the DFPort library.
.
- References:
- Running Windows Programs from Fortran
- From: tuli
- Running Windows Programs from Fortran
- Prev by Date: Re: SALFORD ERROR?
- Next by Date: Re: re-using fortran dll in VS2005
- Previous by thread: Re: Running Windows Programs from Fortran
- Index(es):
Relevant Pages
|