PDA

View Full Version : VBS files


Geoff Stewart
December 6th 03, 12:33 PM
Even though I have installed VB6 every time I click on a VBS file it opens
in notepad, I have tried changing associations but nothing seems to work,
what am I missing?

Mike Kolitz
December 6th 03, 12:34 PM
Geoff,
VB6 doesn't take the association for VBS files, anyway, so I don't believe
that would fix it.

Try this:

Click Start / Run.
Type CMD
Hit Enter
In the Command Prompt window, type:
ASSOC .VBS=VBSFile

Close the command prompt window, and see if that fixed the association of
VBS files.

Good luck!

--
Mike Kolitz MCSE 2000
MS-MVP - Windows Setup and Deployment


"Geoff Stewart" > wrote in message
...
> Even though I have installed VB6 every time I click on a VBS file it opens
> in notepad, I have tried changing associations but nothing seems to work,
> what am I missing?
>
>

Geoff Stewart
December 6th 03, 12:34 PM
Nope, that doesn't work.
"Mike Kolitz" > wrote in message
...
> Geoff,
> VB6 doesn't take the association for VBS files, anyway, so I don't believe
> that would fix it.
>
> Try this:
>
> Click Start / Run.
> Type CMD
> Hit Enter
> In the Command Prompt window, type:
> ASSOC .VBS=VBSFile
>
> Close the command prompt window, and see if that fixed the association of
> VBS files.
>
> Good luck!
>
> --
> Mike Kolitz MCSE 2000
> MS-MVP - Windows Setup and Deployment
>
>
> "Geoff Stewart" > wrote in message
> ...
> > Even though I have installed VB6 every time I click on a VBS file it
opens
> > in notepad, I have tried changing associations but nothing seems to
work,
> > what am I missing?
> >
> >
>
>

Google