ShellExecute.... I think that existed in the DOS Era but was ditched in the move to 32-bit. I could be wrong... however, noone in my teams(s) ever found it, and instead I wrote an EXE.pas unit.
The 32-bit equivalent of ShellExecute is CreateProcess(). Using it is much more difficult than ShellExecute and takes a zillion parameters. I'll put up at link to my exe.pas unit. It should be pretty easy to use and gives you the option of running hidden/visible and with or without wating. Download it here: http://files.digitaltundra.com/exe.pas --Jason ----- Original Message ----- From: "George Smith" <[EMAIL PROTECTED]> To: "Borland's Delphi Discussion List" <[email protected]> Sent: Wednesday, December 14, 2005 1:54 PM Subject: ShellExecute >I am trying to compile a program on Delphi 6 and the compiler is not > recognizing ShellExecute. Can someone tell me what Unit it is in, I can > not find it. > > > > Thanks > > > > grs > > _______________________________________________ > Delphi mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi > _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

