Rainer von Saleski wrote: > How do you invoke the execution of an external command line from within > Delphi? For example, to run the PKZIP program with specified parameters.
Use CreateProcess. Read about it on MSDN. http://msdn.microsoft.com/ You should be able to find many, many examples of its use in the newsgroup and mailing-list archives. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

