[EMAIL PROTECTED] wrote:

> All I want is a web page where you click on a button and it says
> Hello World, you're on port xxx
> Where it's getting *something* (anything) out of the Universe 
> environment
> Which is running on Windows

I think the simplest solution is having UV listen on a socket and
respond directly to requests.

> All I'm doing is specifying the Universe executable and 
> then a subroutine name so like:
> H:/something/something/something/uv.exe  MYROUTINE
> Which is how I read the examples that seemed to work from the
archives.

Links to what you're working from would help.

There has to be some program on the web server that talks to the
database and responds to the browser.  

If I've pieced this together right, you're telling IIS to run a .bat
file that runs a UV program.  Now how do you intend to get the output
back to the web browser?

-- 
Wendy Smoak
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to