Guest u4910 Report post Posted 03/09/2009 11:03 PM I like the internet portal and was using it. It seems that some versions of VG it either works or not. I think it has to do with the following code. I have seen another verision that was different here (maybe "VG" instead of "VoiceGuide"??) but I can't find my other version. Any ideas? I ran cscript and the vbs from a command prompt and it hangs, I think here. set vg = CreateObject("VoiceGuide.CommandLink") vg.Run_ResultReturn $RV_DEVICEID, strResultVariables Set vg = Nothing Share this post Link to post
Guest u4910 Report post Posted 03/09/2009 11:25 PM Does this have anything to do with "vgServices.dll"? I tried to regsvr32 the dll but it didn't find the entry point, like it was not a reall dll. Share this post Link to post
SupportTeam Report post Posted 03/10/2009 05:18 AM If you run the script that you quote using cscript then it would not work. Cscript would error out when it comes across $RV_DEVICEID as it does not know what $RV_DEVICEID is. vgServices.dll is not a dll that you can register using regsvr32. Share this post Link to post