Page 1 of 1

Calling .NET executable from Project

Posted: Mon Jun 17, 2013 2:35 pm
by jgelinas
Is this possible? If so, what is the syntax? Are there any interprocess communication capabilities?

Re: Calling .NET executable from Project

Posted: Mon Jun 17, 2013 4:39 pm
by Support_Rick
GAD is designed to handle execution of local executable programs. With this being said, if your .NET program is executable from a command prompt on the system that you have GAD installed on, then you should be able to execute the .NET from within a project.

Re: Calling .NET executable from Project

Posted: Thu Jun 20, 2013 8:22 am
by jgelinas
Any stipulations on where the executable should be located when called? Should it be on the GoAnywhere box or can it be on another server?

Re: Calling .NET executable from Project

Posted: Thu Jun 20, 2013 9:02 am
by Support_Rick
There are no stipulations on where the executable has to reside. You will give it the full path to the program in the task, as well as the "current directory".

These called tasks are for local jobs only. Meaning, native to the GAD Installed Server.