--- In [email protected], "Markus Ostenried" <[EMAIL PROTECTED]> wrote: > > On 2/13/07, Bill Drummond <[EMAIL PROTECTED]> wrote: > > I'm trying to find a windows API call to execute another windows > > program from my DELPHI program. > > ShellExecute: > http://www.latiumsoftware.com/en/delphi/00002.php > http://delphi.about.com/od/windowsshellapi/a/executeprogram.htm > http://www.festra.com/eng/mtut01.htm > > CreateProcess: > http://www.delphicorner.f9.co.uk/articles/wapi4.htm > -> scroll down the page, this allows you to wait for the called > application to finish > http://www.dsdt.info/tipps/?id=456 > > HTH, > Markus > Thanks guys "uses ShellAPI;" was what I was missing. Bill...

