hi,
I am trying to call a script from a cgi page using the system function. ie
system("c:\\scripts\\bla.vbs bla" #where bla is an argumen
But the cgi just ignores this line totally, and doesn't do anything. It works perfectly from the command line. But from the web, it just ignores.
Does anybody know why?
Thanks.
I am trying to call a script from a cgi page using the system function. ie
system("c:\\scripts\\bla.vbs bla" #where bla is an argumen
But the cgi just ignores this line totally, and doesn't do anything. It works perfectly from the command line. But from the web, it just ignores.
Does anybody know why?
Thanks.