Displaying 1 result from an estimated 1 matches for "inet_trac".
Did you mean:
inet_trace
2007 Apr 16
0
exec windows command / grab output
I run an DB environment called OpenInsight, which is a 4GL language /
DB.
The environment is closed, other than we can now access the database
via the web using CGI.
This is the command which is executed from a browser :
http://localhost/cgi-bin/oecgi2.exe/inet_Trace
and it works perfectly.
I have tried to replicate this in ruby - and cannot.
I''ve tried exec, but that kills all sessions as it appears to fork and
then exit
I''ve tried system(''dir'') to attempt to trial how this might work, but
cannot capture the output.
And,...