try<br> if not CreateProcess(nil,<br> PChar(fExePath),<br> @Security,<br> @Security,<br> True,<br> NORMAL_PRIORITY_CLASS,<br> nil,<br> nil,<br> start,<br> ProcessInfo) then RaiseLastWin32Error; //抛出错误<br> except<br> on e:Exception do<br> begin<br> end;<br> end;