I took a second look at it and installed it , it is small indeed
it does what it says, very simple and fast, the settings page has just the right options to choose from.
Lin
find folders without mp3 file
Moderators: fgagnon, nikos, Site Mods
-
lin
- Bronze Member

- Posts: 131
- Joined: 2005 Oct 20, 12:06
XP sp3tonne wrote:The two lines are:
Line1:Line2:Code: Select all
@echo offWhich windows version - it works fine on vista.Code: Select all
for /D %%d in (*.*) do if not exist %%d\*.mp3 echo %%d
the " list " code works ok ,the "del" code not
line 1
Code: Select all
@echo offCode: Select all
for /D %%d in (*.*) do if not exist %%d\*.mp3 del %%d\*.* & rmdir %%d