Re: Re: Re: Run exe program from application


Posted by webmaster Guido on April 01, 2000:

In Reply to: Re: Re: Run exe program from application posted by SnP on March 31, 2000:

: : : I have a question. How can I start another exe program from my coded program? What is the function?
: : In DelphiLand's section "Code Snips", you find a complete mini-tutorial on this subject, together with a downloadable demo project.
: Yes, I have seen, but my Delphi 4 haven't got such a function as "ShellExec". It has no such words in Help file too. May be the version is too old?

ShellExecute is a Windows function, not a Delphi function. It's part of Windows API (Application Program Interface). Therefore, it is not in the Delphi help files.

Just download the file EXEWAIT.ZIP from our downloads section, and try to compile and use that demo project :)