invoso.com Report post Posted 08/09/2012 07:18 AM I have problems with VBScripts. Some VBS are hanging in my system but I can't identify witch one making problems. How to detect witch VB script are not finished? I see in windows task manager processes wscript.exe but nothing more. Share this post Link to post
SupportTeam Report post Posted 08/09/2012 07:28 AM One way to debug which script is not returning is to make a note of every time a VBScript does not return and a 'timeout' path is taken in the VoiceGuide script instead. Then you may see which VBScript modules start scripts that do not complete. What version of Windows are you using? For larger systems where you may be starting dozens VBScripts at the same time you should use a Server version: Win2003 or Win2008. Share this post Link to post
invoso.com Report post Posted 08/09/2012 08:48 AM Most of active VBS are " set vg = CreateObject("vgServices.CommandLink") vg.Play_Stop set vg = Nothing " why? Share this post Link to post
SupportTeam Report post Posted 08/09/2012 08:53 AM That script looks pretty straightforward, would not expect issues with this script. How did you establish the contents of the VBScripts that were hanging? Was it always the scripts from same module? Or was it various modules? Share this post Link to post