procedure TForm1.Image13Click(Sender: TObject); begin WinExec('terraria.exe -32bit -dx -j '+Edit1.Text+' -nointro', SW_SHOW); Application.Minimize; end;