unit LibExecute; interface uses Windows, SysUtils, ShellApi, WinBase, WinNT, WTSApi32, LibLog, StrUtils; function EXECUTE_RunEx(ApplicationName : PChar; ProcessInfo : PProcessInformation; Parameter : PChar = nil; const Directory : PChar = nil; const WaitForInputIdle : Boolean = FALSE; const Show : Integer = SW_SHOW) : BOOL; function EXECUTE_Run(ApplicationName : PChar; Parameter : PChar = nil; c..