Remove all json files at once
Solved
mpuissance4
Posted messages
14750
Registration date
Status
Contributeur
Last intervention
-
g3n-h@ckm@n Posted messages 14350 Status Membre -
g3n-h@ckm@n Posted messages 14350 Status Membre -
Hello
I recovered over 1,000 photos from my brother on Google Photos
and I got a file that is indeed the image IMG_0996IMG_
and this one 0996.JPG.json
In image
I would like to remove all the json files at once, is that possible?
I tried Ant Renamer
I didn't succeed, any idea, any solution,
Thank you for your help
Best regards MP4
--
Time heals all wounds, even if it doesn't spare us some scars.*^_^*.
I recovered over 1,000 photos from my brother on Google Photos
and I got a file that is indeed the image IMG_0996IMG_
and this one 0996.JPG.json
In image
I would like to remove all the json files at once, is that possible?
I tried Ant Renamer
I didn't succeed, any idea, any solution,
Thank you for your help
Best regards MP4
--
Time heals all wounds, even if it doesn't spare us some scars.*^_^*.
1 réponse
Hello,
If they are all in the same directory, in the explorer you can sort by the file type column and all the json files will be grouped together, then you can select them all at once and delete them.
Or in the explorer, in the search bar you type
Best regards
If they are all in the same directory, in the explorer you can sort by the file type column and all the json files will be grouped together, then you can select them all at once and delete them.
Or in the explorer, in the search bar you type
*.jsonand you will only see these files displayed.
Best regards
del /f /q
With "*.json" it works! Thanks for the solution :)