in reply to running system commands from a CGI script

Yes it's possible, but I do not recommended running a system commands (specially for GUI applications) on a windows machine as it's behaviour is unexpected (Your process might get stuck - You never know until you try it).

  • Comment on Re: running system commands from a CGI script