Guest DiegoBellini Report post Posted 08/03/2010 05:09 AM I need to obtain the path to the location where the VoiceGuide application is located. At the help file (http://www.voiceguide.com/vghelp/source/html/resultvariables.htm), the information say that's using this variables $RV_PathScript $RV_PathVoiceGuide I try with booth, but not function. The temporary .vbs show a null value. How is the correct mode to write in a vbs module ? "$RV[PathScript]" "$RV[PathVoiceGuide]" Thanks, Diego Bellini Share this post Link to post
SupportTeam Report post Posted 08/03/2010 10:42 AM Are you using VoiceGuide v7? Can you post traces capturing call start and "$RV_PathScript" being evaluated in an Evaluate Expression module? Share this post Link to post
Guest DiegoBellini Report post Posted 08/03/2010 05:47 PM Yes, I'm using Voiceguide v7. I change it to "$RV[PathApp]", and now works correctly. Thanks Share this post Link to post