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.
 
Back
Top