|
Posted by Jean Claude Servaye on July 10, 2000
In Reply to: Pass parameters to .exe files posted by p12033 André Abud
Manzano
on July 10, 2000
: 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);
Related Articles and Replies:
Find related articles
Suggested keywords:
command line, pass parameters, application
parameters, shellexecute
Delphi Forum :: Tutorials :: Source code :: Tips
|