Hello all:
So far Tek Tips is batting a 1000 as far as I go--I've posted two questions and received two solutions. Let's see if you have one this time.
I've written a VBScript that opens an application via an email attachment. Let me explain. I send users an attachment. Let's say the attachment has a custom file extension--call it .XXZ. When they double click the .XXZ file attachment, my script is called. It works perfectly.
The only problem remaining is mostly cosmetic. Because the .XXZ file is associated with a .VBS file, the .XXZ file assumes the .VBS icon, which is confusing to my users. I have a pretty, custom-made icon I'd like to associate with the .XXZ file, but to do that, I have to change the icon associated with .VBS, which I don't want to do.
So I think, why not just create a new file extension (let's call it .ZZX) and then associate that the same way .VBS extensions are. Then I can just change the icon for .ZZX files to my pretty custom-made one. Problem is, I now keep getting the error "There is no script engine for file extension .ZZX" and I don't know how to make that association.
Can anyone help?
Norm
So far Tek Tips is batting a 1000 as far as I go--I've posted two questions and received two solutions. Let's see if you have one this time.
I've written a VBScript that opens an application via an email attachment. Let me explain. I send users an attachment. Let's say the attachment has a custom file extension--call it .XXZ. When they double click the .XXZ file attachment, my script is called. It works perfectly.
The only problem remaining is mostly cosmetic. Because the .XXZ file is associated with a .VBS file, the .XXZ file assumes the .VBS icon, which is confusing to my users. I have a pretty, custom-made icon I'd like to associate with the .XXZ file, but to do that, I have to change the icon associated with .VBS, which I don't want to do.
So I think, why not just create a new file extension (let's call it .ZZX) and then associate that the same way .VBS extensions are. Then I can just change the icon for .ZZX files to my pretty custom-made one. Problem is, I now keep getting the error "There is no script engine for file extension .ZZX" and I don't know how to make that association.
Can anyone help?
Norm