Home »» Delphi [Programming]
Thread Profile: Need procedure to run/call 'someprog.exe' .
Need procedure to run/call 'someprog.exe' .
In delphi-en (AT) yahoogroups (DOT) com, "Markus " <macnoz@
wrote:
2/13/07, Bill Drummond <billdrum@wrote:
I'm trying to find a windows API call to execute another windows
program from my DELPHI program.
ShellExecute:
CreateProcess:
-scroll down the page, this allows you to wait for the called
application to finish
HTH,
Markus
Thanks guys "uses ShellAPI;" was what I was missing.
Bill
wrote:
2/13/07, Bill Drummond <billdrum@wrote:
I'm trying to find a windows API call to execute another windows
program from my DELPHI program.
ShellExecute:
CreateProcess:
-scroll down the page, this allows you to wait for the called
application to finish
HTH,
Markus
Thanks guys "uses ShellAPI;" was what I was missing.
Bill
- 0Answer
- Total