J
john.tseven
Hi,
I am trying to use ShellExecute function to invoke the ax program.
The code below works perfect:
ShellExecute(0&, "open", "ax.exe", "C:\2runtemp2.run", "C:\axfolder",
5)
The code below does NOT work:
ShellExecute(0&, "open", "ax.exe", "C:\Documents and Settings\jon
\Desktop\requiredfiles\2runtemp2.run", "C:\axfolder", 5)
Because of some design issues, the arguement "must" have spaces in its
full path. Even though I write the path in double quotations, I can
not prevent this error.
Any help on the error is much appreciated. Thanks,
jon
I am trying to use ShellExecute function to invoke the ax program.
The code below works perfect:
ShellExecute(0&, "open", "ax.exe", "C:\2runtemp2.run", "C:\axfolder",
5)
The code below does NOT work:
ShellExecute(0&, "open", "ax.exe", "C:\Documents and Settings\jon
\Desktop\requiredfiles\2runtemp2.run", "C:\axfolder", 5)
Because of some design issues, the arguement "must" have spaces in its
full path. Even though I write the path in double quotations, I can
not prevent this error.
Any help on the error is much appreciated. Thanks,
jon