Re: vb script in XP
- From: <Jeff@xxxxxxxxxxx>
- Date: Sat, 21 Feb 2009 16:33:00 -0500
Thank you again.
I ran the command and the answer was "DllRegisterServer in
C:\Windows\system32\vbscript.dll succeeded"
But - when I again ran the vbs script I still recieve the error message
""There is no script engine for file extension" vbs"
What am I doing wrong?
Thanks for the help.
Jeff
Pegasus (MVP) wrote:
Google is your friend. If you had typed the following into a Google
search box:
"There is no script engine for file extension" vbs
then you would have received almost 900 hits, most of them
recommending that you run the command
regsvr32 %systemroot%\system32\vbscript.dll
<Jeff@xxxxxxxxxxx> wrote in message
news:OLU3xiGlJHA.4344@xxxxxxxxxxxxxxxxxxxxxxx
Thanks for helping.
When I run it that way I get a popup labeled "Windows Script Host"
and the text of the popup is "There is no script engine for file
extension ".vbs" (The same thing happened months ago when I tried to run
one of
Kelly's vbs scripts).
Jeff
Pegasus (MVP) wrote:
<Jeff@xxxxxxxxxxx> wrote in message
news:eZzWcJGlJHA.1340@xxxxxxxxxxxxxxxxxxxxxxx
I have a vb script ( currentpagefilesettings.vbs ) I would like to
run in my XP laptop, but when I click on it it does not run. I
also tried running it in a command prompt and get
'currentpagefilesettings.vbs' is not recognized as an internal or
external command,
operable program or batch file.'
How do I run it in XP?
Jeff
Your problem is not related to Windows XP itself but to your own
machine. What happens when you do this:
- Click Start / Run / cmd{OK}
- Type this command:
wscript "c:\xxx\CurrentPageFileSettings.vbs"{Enter}
You must replace "xxx" with an actual folder name.
.
- Follow-Ups:
- Re: vb script in XP
- From: Pegasus \(MVP\)
- Re: vb script in XP
- References:
- vbs script in XP
- From: Jeff
- Re: vb script in XP
- From: Pegasus \(MVP\)
- Re: vb script in XP
- From: Jeff
- Re: vb script in XP
- From: Pegasus \(MVP\)
- vbs script in XP
- Prev by Date: Re: vb script in XP
- Next by Date: Re: Computer Games for the Eldery?
- Previous by thread: Re: vb script in XP
- Next by thread: Re: vb script in XP
- Index(es):
Relevant Pages
|