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

calling a batch file in Visual compaq Fortran

rezanabavi
Beginner
302 Views

Dear All

How can I call a batch file in fortran program?

is it possible?

sincerely yours

0 Kudos
1 Reply
Steven_L_Intel1
Employee
302 Views
There are many ways of doing this. ShellExecute is my favorite. Depending on your needs, SYSTEMQQ may also be useful.
0 Kudos
Reply