~~~~~~~~~~~~~~~~~~~~~~~~~
uses Libc;
procedure RunApp(sApplication: string) ;
begin
if libc.system(sApplication) = -1 then
ShowMessage('Cannot start the app.') ;
end;
~~~~~~~~~~~~~~~~~~~~~~~~~
Delphi tips navigator:
» Correct date format for SQL
« How do I (using Delphi) talk to Microsoft Word?

