VBScript

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hey guys

When I run VB scripts by double clicking on them I get an error.
However, I can run them from cmd prompt in my embedded image by wscript
and the name of the script. I have included windows script engines.
What else must I add?

Thanks!

-Mark
 
It probably has to do with the Explorer shell file association: In Explorer,
select Tools->Folder Options and on the File Types tab, check what app is
associated with the the VBS extension. It should be Microsoft Console (or
Windows) based script host.

If still doesn't work, try tracking it down with filemon and regmon.

KS

This posting is provided "AS IS" with no warranties and confers no rights.
 
Back
Top