Horrid
Programmer
- May 20, 1999
- 373
(also posted in the Perl forum)
I am trying to run an exe from a perl CGI script.
I am trying to use a system("apppath/appname" command but nothing ever happens. Are there any special things I need to do before a system command? Is it possibly to call an EXE from a CGI script? It works from the command line run directly in perl.
could someone post an expample of running something as simple as notepad please.
Thans in advance
I am trying to run an exe from a perl CGI script.
I am trying to use a system("apppath/appname" command but nothing ever happens. Are there any special things I need to do before a system command? Is it possibly to call an EXE from a CGI script? It works from the command line run directly in perl.
could someone post an expample of running something as simple as notepad please.
Thans in advance