[SOLVED]Remove All Certain Files From a Folder
January 23rd, 2020
Window search. Look only in your mp3 folder for txt or html, then delete the results.
An alternative way would be using the command line
Hit winkey+r
Type cmd and hit enter
Type “del full path of the topmost folder\*.txt /s” (without the quotes) and hit enter. (i.e. del C:\music\*.txt /s)
You can simply replace the txt extension to html.
Thank you