# Tool to delete folder.jpg, AlbumArtSmall.jpg, desktop.ini, ...

**URL:** https://community.mp3tag.de/t/tool-to-delete-folder-jpg-albumartsmall-jpg-desktop-ini/13061
**Category:** General Discussion
**Created:** [February 6, 2012, 10:04am UTC](https://community.mp3tag.de/t/tool-to-delete-folder-jpg-albumartsmall-jpg-desktop-ini/13061 "2012-02-06T10:04:05Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![pone](https://community.mp3tag.de/user_avatar/community.mp3tag.de/pone/32/272_2.png) [@pone](https://community.mp3tag.de/u/pone)
#### Post date: [February 6, 2012, 12:42pm UTC](https://community.mp3tag.de/t/tool-to-delete-folder-jpg-albumartsmall-jpg-desktop-ini/13061/5 "2012-02-06T12:42:37Z")

</div>

Perfect. Thank you very much!

For everyone who wants to try that, I have now:

**bat file:**   
Name: C:\Users\<username\>\AppData\Roaming\Mp3tag\delete wmp files.bat  
Code:

```
cd %1
attrib -h -s *.* /s
del /s folder.jpg
del /s albumart*.jpg
del /s desktop.ini

```

**Mp3tag tool:**  
Name: Delete WMP Albumart Files  
Path: C:\Users\<username\>\AppData\Roaming\Mp3tag\delete wmp files.bat  
Parameter: "%\_path%"

\s stand for subfolders, right? I can leave that away to avoid accidental deletion of folder.jpg files form more folders if I accidentally executed the tool from a folder which holds different subfolders with different albums. Is that correct?

---

_[View the full topic](https://community.mp3tag.de/t/tool-to-delete-folder-jpg-albumartsmall-jpg-desktop-ini/13061)._
