John Connor
Lifer
Not sure where to put this, but I need a batch file to delete pattern backups in the Adblock folder. It creates these back ups that grow in size and suck the life out of a hard drive and I'm having to remove them.
For Windows XP the path to the Patterns is:
and the name of the files to be deleted is:
What happens is the patterns will be named backup1.ini, backup2.in, backup3.in, etc. So I need a wild card for deletion.
Hopefully with the information I provided this can be used to create a batch file that can simply delete the backup patterns.ini files.
Thanks!
PS: I would also like to have this for Windows 7.
The path to the Patterns is:
For Windows XP the path to the Patterns is:
Code:
C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\2k4f14l4.default\adblockplus
Code:
patterns-backup1.ini
What happens is the patterns will be named backup1.ini, backup2.in, backup3.in, etc. So I need a wild card for deletion.
Hopefully with the information I provided this can be used to create a batch file that can simply delete the backup patterns.ini files.
Thanks!
PS: I would also like to have this for Windows 7.
The path to the Patterns is:
Code:
C:\Users\Aaron\AppData\Roaming\Mozilla\Firefox\Profiles\fmjo8un8.default\adblockplus
Last edited: