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
_______________________________________________
You are currently subscribed to Framers as [EMAIL PROTECTED]
Send list messages to [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
or visit
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com
Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.