passing values or plugins

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All, I would like some assistance with an issue I have. I will do my best to explain it. I have 2 programs , one is called "AMI" and it could use VBscript to execute procedures . the other is "SAG" which I built in C#. can I create scripts to pass values to SAG from AMI? or do I need to create a plugin in SAG and have AMI call those procedures in the DLL? If plugin is the best option how can approach it?

Your help would be greatly appreciated.
thank you
 
Is this a command line VBScript? You could pass parameters to the
scrip on the command line using the System.Diagnostics.Process class.
 
the program is set to run whatever code u put into the scan box, almost like a text box. It can pass the result to a file but what i want to do is pass it to a program , With whatever additional codes as it scans. any suggestions on how to do this? i have read that you can control DLL from other programs. Any links to assist?
 
Back
Top