CreateProcess pass parameter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using CreateProcess to call another exe and want to pass a parameter from app1 to app2

Could i use CmdLine parameter from CreateProcess to do that? any idea

Thanks in advance

Ray
 
Yes, you can do that very well. Obviously, the other application will have
to understand the parameter, but...

Paul T.
 
Sure, I can read the help...

There's a Command Line Parameters Tutorial in there.

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top