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.

runqq Question

rahzan
New Contributor I
682 Views
If I type a filename.MDB (an msaccess file) on the command prompt it opens, but if I run it as the main arg to runqq it won't know what to do with it.

How is it that the command prompt knows to pass mdb files to msaccess but the "equivalent" shell invocation by runqq will not?

TimH
0 Kudos
1 Reply
Steven_L_Intel1
Employee
682 Views
RUNQQ isn't a shell. It's a wrapper around CreateProcess, which allows an argument string, but there's no shell involved. You want ShellExecute instead.

Steve
0 Kudos
Reply