Стикер
output := "" ;RunWait("powershell.exe -Command " command, , "Hide", &output) runWait := ComObjCreate("WScript.Shell").Run(command . " > " . Chr(34) . tempFile . Chr(34), 0, true) MsgBox output if (output = 123) { MsgBox "rule is ok." } else { MsgBox "rule is not ok." } like this?
Обсуждают сегодня