in reply to Re: running system commands from a CGI script
in thread running system commands from a CGI script

Actually, a CGI program doesn't care. I've seen CGI programs that start up xterms. It does of course the GUI program to know on which display it should appear, and it certainly does help if there's a human to interact with the GUI application.

Starting a GUI program from a CGI program isn't useful that often - but certainly not impossible.

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

Replies are listed 'Best First'.
Re^3: running system commands from a CGI script
by Anonymous Monk on Jul 24, 2010 at 11:36 UTC
    Thanks. Yup, CGI doesn't care, but notepad wont magically appear on the users computer :)