ShellExecute(Handle, 'Open', nil, nil, '.\123.exe', SW_SHOWNORMAL);不过要加入ShellAPI单元
uses windows;begin WinExec( 'xxx.exe', SW_NORMAL );end.