ExecAndWait function
|
![]() ![]() ![]() |
acUtils
|
function ExecAndWait(const CmdLine: String; CmdShow: Word): DWord;
|
function ExecAndWait(const FileName, Params: String; CmdShow: Word = SW_SHOWNORMAL): DWord;
|
The ExecAndWait function starts an executable file and waits before process next line of code until the executed file will be terminated.
|
ExecAndWait('C:\Utils\MyTool.exe', SW_SHOWNORMAL);
|