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

How to use file associations w/ systemqq

rahzan
New Contributor I
438 Views
How can I get this line:

call systemqq('notes.txt')

to work as if the argument were typed at the command prompt, or double clikced??

tx,
Tim
0 Kudos
1 Reply
Steven_L_Intel1
Employee
438 Views
You want ShellExecute, not SYSTEMQQ.

Steve
0 Kudos
Reply