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

DOS commands and SYSTEMQQ

mnering
Beginner
511 Views
Is the only way to execute a DOS command such as:

dir c:winnt >temp.txt

is by using the SYSTEMQQ command?

Mike
0 Kudos
1 Reply
james1
Beginner
511 Views
Use the example I provided you yesterday, just prepend the command with "cmd /c ".

James
0 Kudos
Reply