in reply to Re: Unable to run batch file in CGI Script
in thread Unable to run batch file in CGI Script

No such file or directory

Is your webserver running on the same machine that the file resides on?  (It's the webserver that runs the CGI script - and thus the system() command - not the browser — Just in case...)

Replies are listed 'Best First'.
Re^3: Unable to run batch file in CGI Script
by venkatesan_G02 (Sexton) on Sep 23, 2009 at 14:27 UTC
    Yeah. Apache web server is running in the same machine. I even tested the program by placing the batch file in cgi-bin folder and htdocs folder but no use.