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

Command Line Options

waynebruce
Beginner
820 Views
So usually, after I build the program, my program runs from a console. I just start the executable file, and the program runs. How do I make it so the executable line can include options?

Kind of like how the various commands in DOS or UNIX can take xxx -hlq whatever, options after the xxx command?

TIA,
0 Kudos
1 Reply
james1
Beginner
820 Views
Check out DFLIB's GETARG routine.

James
0 Kudos
Reply