meir Report post Posted 06/03/2014 05:46 AM Since "Wscript.sleep" cannot be used in a "Run VBScript" module, Is there any equivalent ? Share this post Link to post
SupportTeam Report post Posted 06/03/2014 05:57 AM Maybe running some process that times out after a certain number of seconds? Like a ping to a non-extiant address? Please note that setting in VG.INI: [moduleRunScript] Engine=WScript should switch system back to using the old WScript way of running the VBS scripts, which will allow you to use the Wscript objects in the VBScripts again. If you have problems when Engine=WScript is set then please post trace capturing that call Share this post Link to post