Multiple file deletion

Solved
landaisbenj Posted messages 29 Status Member -  
landaisbenj Posted messages 29 Status Member -
Bonjour,

I would like to clean up my computer manually.

I would like to know a DOS command or a small batch script to delete certain occurrences from a folder and all its subfolders.
Example:
Delete all hidden .jpg files from the music folder and all its subfolders.

It shouldn't be too long, but I'm not very good at programming.

Thank you in advance.
Configuration: Windows XP / Firefox 5.0

2 answers

  1. Tatanos Posted messages 1263 Status Member 156
     
    Hello,

    You can use the simple method:

    First, display the hidden folders.

    Then, if for example you want to delete all the .jpg files from your folder C:\blabla, go to your C:\, right-click on your blabla folder, search

    There you search for *.jpg

    You just have to delete everything that is found.
    1
  2. landaisbenj Posted messages 29 Status Member
     
    Oh yes!!!!! Thank you. By trying to complicate things, we miss the simple ones. That will be enough for me. Thank you.
    0