procedure TForm1.Button1Click(Sender: TObject); begin ShellExecute(Handle, NIL, PChar('mp3player.exe'), '', '', SW_SHOWNORMAL); end;