batch deleting backup files

Syed Zaeem Hosain Syed.Hosain at aeris.net
Wed Aug 29 20:51:27 PDT 2007


Put the following into a file (named with extension .BAT):

@echo off
echo.
echo Deleting the following files from the current directory:
dir *.backup.* *.lck
echo.
del *.backup.* *.lck

and that will do the trick when you execute the batch program in a
DOS window or from the Run command line.

Z

Dave Reynolds wrote:
> Hi Folks
> 
> Someone posted the text for a batch file (or similar) recently for 
> cleaning up backup files from a folder.  I thought I had archived that 
> information, but now I need it, I can't find it.  I'd appreciate it if 
> someone could send me the the information.
> 
> Thanks
> 
> Dave



More information about the framers mailing list