|
-
August 17th, 2001, 02:11 PM
#1
CreateProcess
I'm trying to use the CreateProcess API to launch an application (because I need to do more with it than just launch the application). The program I'm launching has command line parameters which I am also trying to pass. My problem is that I can't seem to get the API to work when I pass the command line switches. It works fine when I pass just the app name. I've tried a number of different things(comma separated, space separated, with the app name, without etc.) but have not been able to stumble upon the one that works.
I would really appreciate seeing a code sample of the CreateProcess API that uses command line parameters.
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|