Windows 7 - Add shell command for .png file
Posted
by
Aximili
on Super User
See other posts from Super User
or by Aximili
Published on 2012-03-26T11:29:38Z
Indexed on
2012/03/27
5:32 UTC
Read the original article
Hit count: 520
On Windows XP, you could go to Folder Options - File Types, select PNG, create a new action, such as this
Action: Crush
Application: "F:\Programs\PNGCrush\crush.bat" "%1"
So you can right click on a .png
file and select Crush.
How do you do this on Windows 7? I assume through regedit
or .reg
file, but how?
EDIT: Thank you for all your replies... but I'd like to avoid "Open With" or 3rd party program if possible.
© Super User or respective owner