Hello,

I encoded a vbscript, but the encoded script failed to run in Windows Vista.
The error is as follows:

There is no script engine for file extension ".vbe".

Will WIndows Vista be able to run the encoded vbscript?

Thanks.

CluM09

Re: Encoded vbscript will not run in Windows Visata by Corey

Corey
Thu Feb 28 22:10:16 CST 2008

Did you try running it with cscript? If that works, then regsiter
that file extension to run with cscript.

-Corey Thomas

On Feb 28, 10:59=A0pm, "CluM09" <chang...@yahoo.com> wrote:
> Hello,
>
> I encoded a vbscript, but the encoded script failed to run in Windows Vist=
a.
> The error is as follows:
>
> There is no script engine for file extension ".vbe".
>
> Will WIndows Vista be able to run the encoded vbscript?
>
> Thanks.
>
> CluM09