uses Winapi.Windows;

WinExec(PAnsiChar(Application.ExeName), sw_normal);   // PAnsiChar : string to PAnsiChar  启动外部的exe

05-11 16:09