Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

DOS commands and SYSTEMQQ

mnering
Beginner
554 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
554 Views
Use the example I provided you yesterday, just prepend the command with "cmd /c ".

James
0 Kudos
Reply