Re: Re: Pass parameters to .exe files

Posted by André Abud Manzano on July 11, 2000

In Reply to: Re: Pass parameters to .exe files posted by Jean Claude Servaye on July 10, 2000

: : Hi,
: : I need to run an executable file from within my delphi project, but I must pass some values to that .exe file. Is it possible to do that without using files to store information? If it is possible, how can I do that?
: : Thank you.

: ShellExecute(0, 'open', 'ProgramFileName.exe', 'Parameters', nil, SW_NORMAL);
I am afraid this is not that useful to me because I must wait my progam to end before coming back to the delphi project. I mean, I must use, from the delphi project, some files created by the .exe file.
Thank you very much indeed!!

 


Related Articles and Replies:



Find related articles

Suggested keywords:
  command line,  shellexecute



Delphi Forum :: Tutorials :: Source code :: Tips