Guest elmer Report post Posted 08/10/2003 08:00 PM To whom it may concern, I trying to make voiceguide do the following have an initial message of "to have your fax number removed begining with your area code please enter your fax number into your keypad and hit the pound key, thank you." Then I would like voiceguide to capture this number and store it in excel. Does anyone have any detailed suggestions. Thank You, Elmer Share this post Link to post
SupportTeam Report post Posted 08/11/2003 04:14 AM You can create such a script using just two modules - one which asks for the person to enter the number, and the next to save the number if one has been entered: The Run Program module saved data in file c:\faxnumbers.csv using the command: command.com /c echo $RV[Get Fax Number] >> c:\faxnumbers.csv File c:\faxnumbers.csv will contain fax number on a separate line - and Excel will load this file showing all numbers in column "A". GetTElNumber.vgs Share this post Link to post