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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

How to use file associations w/ systemqq

rahzan
New Contributor I
464 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
464 Views
You want ShellExecute, not SYSTEMQQ.

Steve
0 Kudos
Reply