Guest Guest Report post Posted 10/30/2004 12:57 AM What Programming language does VG support? Share this post Link to post
SupportTeam Report post Posted 10/30/2004 03:39 AM You can use a "Run VBScript" module to run VBScripts from within VoiceGuide - or you can use the "Run Program" module to run any program written in any language. Share this post Link to post
Guest Soj Key Report post Posted 10/31/2004 02:51 AM lets say that i used the "Run Program" and run a perl script "perl.exe myscript.pl Var1 Var2 Var3" how can i return the result back to voiceguide and how can i use the advanced objects like: Script_Goto Share this post Link to post
SupportTeam Report post Posted 10/31/2004 04:34 AM how can i return the result back to voiceguide Please see VoiceGuide's Help file entry on Run Program module. Online copy of relevant page is here: http://www.voiceguide.com/vghelp/html/modR...dRunProgram.htm If the 'wait' option is selected then VoiceGuide will pause until the program completes and afterwards VoiceGuide will look for the result file which can be optionally created by the called program. Also, if you can instantiate COM interfaces from within Perl then you will be able to use all of the VG's COM functions (Script_Goto, Run_ResultReturn, etc) from within Perl as well. Share this post Link to post