View Single Post
  #2  
Old 01-05-2006, 06:36 PM
Keith Miller
 
Posts: n/a
Default Re: How to change desktop icon for a specific VBS script

Two options I can think of:

1) Use a shortcut to the script. Shortcuts can have individual icons reassigned.

2) Create a new file extension (.vbq) with the same actions as .vbs but with a different icon.

Good Luck,
Keith

"Oldies Guru" <OldiesGuru@discussions.microsoft.com> wrote in message news:898EBEAC-4C0A-4333-9836-0E2436BF38D7@microsoft.com...
> I know how to change the icon associated with all .VBS file types, but is
> there any way to change the icon for an individual .VBS file so it can be
> distinguished from all the other .VBS icons on a Desktop? You cannot find a
> "change icon" button in the Properties, so are there any other ways to make
> this happen? Thanks.
> --
> Stu

Reply With Quote