I'm using Windows and trying to recursively go through folders and delete all images and various other files in a directory (I.E. not leak up and remove all my photos
)
Not done much batch on Windows so I'm having issues (took me a few minutes to figure out /?)
I would expect this to delete all jpg images in all subdirectories, whether hidden or not, however it just gives me

Not done much batch on Windows so I'm having issues (took me a few minutes to figure out /?)
Code:
DEL /S /ARH *.jpg
Is my wildcard wrong or something?Could Not Find [DIRECTORY]*.jpg