VoiceGuide IVR Software Main Page
Jump to content

Can Voice Guide Script Run C#

Recommended Posts

can voice Guide Script run C# in body of script, I have to insert result veribale into the C# and run it via, VGS.

Share this post


Link to post

In the version 5.x and 6.x you cannot use C#

 

C# usage from "Run Script" module will be possible in version 7.x

 

Can you describe in more detail what you are trying to achieve? Are you aiming to compile and run a C# file (after modifying the file with your own variables), or are you aiming to do something else?

Share this post


Link to post

Yes I am aiming to compile and run a C# file after modifying the file with my own variables.

 

I am trying to fill some web database forms. Creating this project in VB Script is some what more complex. But in C# this one is easy.

 

I would be appreciate if you can advice me how can I modify C# with VB Script before run it. Also please note that my VG program contorting multiple busy lines, so it is important that I don't miss up the web form with duplicate data.

 

Farzad

Share this post


Link to post

This is more of a general programming question rather then a VoiceGuide related one.

 

You should consult Microsoft's site for tools/apps which van be used for compiling C# programs from command line. Those tools can in turn be invoked from VG's Run Program or Run VBScript modules.

 

Naming of files and their generation is pretty much up to you, but as you are running a multi-line system then you would probably would want to ensure that the filenames are unique. This is best achieved by incorporating a timestamp and a line ID reference into the filename.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×