Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi Chris,
As Helen wrote, setting third parameter to True delays script execution until the called command completes :
As Helen wrote, setting third parameter to True delays script execution until the called command completes :
> // Run the command and wait for completion> WScriptObj.Run("...", 0, true);