VB Script not running

G

Guest

Hey hey all,

So, we placed a VB Script on the desktop of an Embedded box. Though when
you double-click on it, it brings up a menu and it doesnt seem to run. Any
ideas? Thanks in advance!
 
K

KM

NWren,

First of all, I hope you have included all the required components to run VBScripts.

IIRC, there was a WSH registry entries bug to run scripts by Open event in Shell back in SP1. I am not sure if it got fixed in SP2
you can verify that yourself in registry at runtime.
Or you can try and use a simple command: "wscript <your vbs file path.vbs>" and see it works.
 
G

Guest

Ah, thanks for the help.....though I got another question. Any reason why the
VB Script would run under Admin. login vs. just any other user.
 
K

KM

NWren,
Ah, thanks for the help.....though I got another question. Any reason why the
VB Script would run under Admin. login vs. just any other user.

No reasons at all. Unless the script itself uses structures that are only availalble for users with Admin rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top