Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28446 Discussions

Unix Script File Conversion For Use With Visual Fortran

silvad
Beginner
423 Views
I am a traditional unix fortran user who just acquired visual fortran for the PC. I am trying to port over my unix based codes to the PC. I had several script files that were used to setup input files prior to executing my job. What is the equivalent command or bat file that is used on the PC with visual fortran? Do I have to create a traditional DOS .bat file and run my jobs from a command prompt? Any help that can point me in the right direction to get me going would be appreciated.

0 Kudos
1 Reply
james1
Beginner
423 Views
To answer your question we would have to know more about what your scripts do. If they simply setup input and output for the program, this is easily done with a traditional BAT file. Look at online help that comes with Windows for more information (Exact location depends on Windows version).

If your scripting files are doing something more sophisticated, like some data processing or what not, you can step up to WSH but this may have a higher learning curve. Check out http://www.microsoft.com/scripting/.

James
0 Kudos
Reply