Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cscript.exe or .vbs

Status
Not open for further replies.

luckydexte

Programmer
Apr 26, 2001
84
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top