Search found 1 match
- 05 Nov 2015 05:57
- Forum: DOS Batch Forum
- Topic: Wildcard Needed In Batch
- Replies: 1
- Views: 1523
Wildcard Needed In Batch
Hello, i need help with deleting some folders in the Firefox History. The script works fine so far but deletes too much. IF EXIST "C:\Users\" ( for /D %%x in ("C:\Users\*") do ( del /f /s /q "%%x\AppData\Local\Mozilla\Firefox\Profiles\*" ) --> It deletes everything in \...