So the problem is, the hiding doesn´t work anymore? You could try to add coverart.jpg to your
global wildcard filters (hide filters) in -> preferences -> folder display -> global hide filters.
Cheers for your responses guys. As aussieboykie suggested, changing it to a DOS command did the trick. Good shout as well abr, I will consider adding it to my hide filters.
Image CONVERT=jpg HEIGHT=256 WIDTH=256 PRESERVEASPECTRATIO HERE AS=coverart.jpg REPLACE=ALWAYS
Select DESELECT coverart.jpg
Delete QUIET
SetAttr TOGGLEATTR=h coverart.jpg
I still don't fully understand line 2 of the code above. Can someone explain please?
I suppose, that the coverart.jpg will get selected additionally to the image you are converting, so the deselect will
avoid the deletion of that newly created image. You could make a test folder, where you run that code without the
line in question, to see if that is the case (or test wise remove the quiet argument to see, which files are going to
be deleted).
Tested and it works precisely as described. The original image remains where previously it would be deleted. The "Select DESELECT" part of the command puzzled me but I assume there is no Deselect command as such, it's part of the Select command.