I want files ending in .fw.png to open in Adobe Fireworks but I want regular .png files to open in my standard image viewer program.
Is this possible?
|
I want files ending in Is this possible?
| |||||||
feedback
|
|
Using an AutoIt script, the following should perform what you want:
To make this work for your case, you'll need to change those constants up at the top to the proper executables you want to launch. Then, install AutoIt, and compile the script to a .EXE file. Place it in a convent location, and set Windows to open .PNG files with this executable. I haven't tested this code yet, but it looks like it should work fine. Just for your reference, the compiled program will do the following:
If enough people are interested, I can create a full program to do this for any arbitrary set of (nested) file extensions. | ||||
|
feedback
|