uses shellapi;
procedure TForm1.Button1Click(Sender: TObject); begin ShellExecute(Application.Handle,'open',pchar('test.exe'),pchar(''), pchar(''), SW_SHOWNORMAL); End;