If you open up notepad
Enter the following line:
forfiles -p "C:\Amazing Charts\Backup" -s -m *.enc* /D -30 /C "cmd /c del @path"
- "C:\Amazing Charts\Backup" is the path to your AC Folder.
- The 30 means clear files older than 30 days. Adjust accordingly.
Then save the file with the extension .bat, that will create a batch file which you can click to run the script. You can also use the task scheduler to make it run on a daily basis.
It's a very useful script. You can use it to clear old faxes in the fax console (Mainpine users) or clear old backups on an external drive.