Re: CGI Problem

2004-08-26 Thread Chris Devers
On Thu, 26 Aug 2004, Dimitra Atri wrote: I am facing a problem related to cgi scripting. Kindly let me know the solution to it or please refer to some website so that I can resolve it. PROBLEM: How to run a .exe file though cgi script? DESCRIPTION: I have an executable file which I intend to put on

Re: CGI Problem

2004-08-26 Thread Sean Davis
Dimitra, Generally, the CGI script has to have permissions to run the executable. The executable has to be supplied input, typically from a command line input (via system call) or from a file written to disk and read by the executable (or piped, etc.). The output of the executable needs to be

CGI Problem

2004-08-26 Thread Dimitra Atri
Hello, I am facing a problem related to cgi scripting. Kindly let me know the solution to it or please refer to some website so that I can resolve it. PROBLEM: How to run a .exe file though cgi script? DESCRIPTION: I have an executable file which I intend to put on the server. The interface is r