
Wait for a Process to Complete
Description: Useful when we want to wait for a process to complete until we continue execution of a script. Source: NA Script: This script waits until notepad.exe and iexplore.exe are no longer running: dim svc : set svc=getobject("winmgmts:root\cimv2") dim sQuery :...