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

runqq Question

rahzan
New Contributor I
681 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
681 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