Windows Script Host Setting message

R

Rosemarie

Hello!

In my XPe version there is a need to use a VBscript to make some
configurations to
get an application to work properly.

But when the script-file is activated the only thing happening is that a
window from
Windows Script Host Engine are displayed, giving as information only the
possibility
to choose how many seconds before stopping the script. And it is also
possible to
choose whether or not one wants to "Display logo when script executed in
command
console" and I honestly don't get the meaning of that.

The thing is that the VB script does not do what it's supposed to do,
and in seems
not possible to cover the needed configurations by doing them "by hand".

I have read about Windows Script Host Engine, and as fare as I can
understand
Windows Script Engine is the thing whit it, and that component I already
have.

I love to get a/some clue/-s about this.


/Rosemarie
 
R

Rick Thering

This is caused by a problem with the VB Script component registry data. Go
to your Windows Script Engine component and check the registry
HKEY_CLASS_ROOT\VBSFile\Open\Command you should will probably see a value
of %11%\WScript.exe If you add a %1 to the end of this your problem
should go away.
 
T

Tom

I saw the same problem. I fixed by typing the following at a command
prompt... "cscript /h:cscript"

Tom
 

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