Как запустить другое приложение?
01.01.2007
uses
libc;
procedure TForm1.Button1Click(Sender: TObject);
var
iPrg: Integer;
begin
//Execute kcalc - A calculator for KDE
iPrg := libc.system('kcalc');
if iPrg = -1 then
ShowMessage('Error executing your program');
end;
Взято с сайта https://www.swissdelphicenter.ch/en/tipsindex.php