luckydexte
Programmer
Hello,
Has anyone ever used cscript.exe or called a .vbs file from a Perl script on a web page? When I run my Perl script from the command line I place a system("cscript.exe"
call with some parameters and it works fine. When I try to do this from a browser I get the following error:
CScript Error: Loading your settings failed. (Access is denied. )
I am not sure why it won't run from the browser because I should have permissions. When I bypass the cscript.exe call and just run the program.vbs it just locks up on me. Thanks in advance.
Brandon Goodman
Has anyone ever used cscript.exe or called a .vbs file from a Perl script on a web page? When I run my Perl script from the command line I place a system("cscript.exe"
CScript Error: Loading your settings failed. (Access is denied. )
I am not sure why it won't run from the browser because I should have permissions. When I bypass the cscript.exe call and just run the program.vbs it just locks up on me. Thanks in advance.
Brandon Goodman