I would like to invoke a REXX script, via a CGI (Common Gateway Interface). The REXX script will return some HTML code to the CGI (ie, web server) via REXX SAY statements.
The web server is IIS running under Win2k Pro. The web server and my rexx script are both running on the local host. (my Win2k Pro PC). How do I interface to the Reginald interpreter, pass the REXX script name, and get my HTML code back to the server? ASP maybe? Just the steps to get a 'Hello World' would be great. I just can't seem to get the interface to the interpreter right.