Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compaq visual fortran 6.6.c

Status
Not open for further replies.

cindylee

Technical User
Dec 10, 2002
42
CA
Hi
I'm running a batch file ( windows 2003 ), that compiles a bunch of fortran programs in a row. The problem is, the Visual Fortran window pops up when the first program in the batch file starts to compile, and sits there - like it's waiting for some response. Is there a way to stop this from happening - just compile the programs from the batch file ( command line compile ) and not show the Visual Fortran GUI? Is this a setting or an option somewhere?
I have Compaq Visual Fortran Professional Edition 6.6.C installed.
Thanks
 
Hi,

When you installed fortran you set your command line variables ? Normaly you could use a batch file with Fortran commands only if you could use df.exe command from command prompt.

I don't have Compaq Fortran on my system now so I can't give you more details, but you could search in Help for using compiler from command line and after that you could read your batch file command to see what was the problem.

An example of batch file, should work assuming you have two programs in the same directory with your batch file, on my old windows box was fine:
df convgamb2D.f90 topology.f90
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top