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

What version of Windows - Server 2003?

This is *very* similar to the problem I described with IIS - CMD.EXE was not allowed to run by the web server (in my case IIS) even if it resided in the CGI-BIN directory and had proper permissions (everyone - full permissions).

Is this a test system - isolated from the outside world? Try running the Apache service as admin and see if that fixes it - if so, you're experiencing the same issue I was. Obviously running as admin is *NOT* the solution, but it may help diagnose the anomoly you're seeing.

  • Comment on Re^2: Unable to run batch file in CGI Script

Replies are listed 'Best First'.
Re^3: Unable to run batch file in CGI Script
by venkatesan_G02 (Sexton) on Sep 23, 2009 at 15:50 UTC
    Firstly i am having Windows XP. Secondly, i have admin rights in the system and so Apache should also should have admin rights. Thirdly, the system is connected to internet.