var fDesc=new Array(); fDesc[0] = "AutoErase is a utility that can routinely delete file types such as .bak,.bk1,.dmp etc. in an automated way.
With AutoErase you can search all mapped drives and folders for specified file types and safely delete them with many options.
You can also confirm the files before you erase them including the option to remove some of the files from the erase list.

Main Features:
- Automatically search and delete file types as specified.
- Erase files older than user specified days, and bypass newer files.
- Confirm files before erasure with the option to remove files from the erase list.
- Erase multiple file types at once. (i.e. *.bak;*.bk1;*.tmp)
- Start from the top level folders and search through all sub folders.
- Record a log file of files deleted.
- Provide email notification when the AutoErase function is complete.
- Run AutoSchedule to perform at any time and reoccur every 1 or more days.
- AutoErase is a time saving utility that automates network file and disk maintenance."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }