Does anyone have a suggestion on how the following can be done?
I have an executable that I will run from within a web form. I need to pass a bunch of data to it, receive a response, then display the response in the web form.
Example:
If I did this from the command line, it would look something like this.
pro.exe USER=123&PWD=test&REF=web
The executable sends the above data to a server which then responds with.
AUTH=yes&ID=234
After the response comes back, I need to parse apart the AUTH and ID and display in web form.
I thought about using OS-COMMAND with the SILENT option, but I don't think it will return the response.
Any ideas would be greatly appreciated.
If you are local, I'll buy you a beer!!!
I have an executable that I will run from within a web form. I need to pass a bunch of data to it, receive a response, then display the response in the web form.
Example:
If I did this from the command line, it would look something like this.
pro.exe USER=123&PWD=test&REF=web
The executable sends the above data to a server which then responds with.
AUTH=yes&ID=234
After the response comes back, I need to parse apart the AUTH and ID and display in web form.
I thought about using OS-COMMAND with the SILENT option, but I don't think it will return the response.
Any ideas would be greatly appreciated.
If you are local, I'll buy you a beer!!!