I often download icons to create useful CTBs, which usually come in *.png format. I tried to create a button that allows me to convert a selected file directly into an *.ico file. For this, I want to use the command line options of IrfanView. Unfortunately, I don’t know how to prevent the newly created file from ending up with a duplicate extension.
I checked the help section, but due to my lack of in-depth knowledge I couldn’t find anything relevant. Can anyone point out what I’m doing wrong?
Code: Select all
run """C:\Users\Home\Apps\IrfanView\i_view64.exe"" ""<curitem>"" /resize=(256,256) /convert=""<curitem>.ico""";
I have the feeling I’ve read about this somewhere before, but I can’t remember where.

Edit:Typo