I delete unwanted files by running a search and deleting the found files.
1. Press Start >> Search >> For Files or Folders >> All files and folders >> All or part of the file name. 2. Type *.backup.* in the text box. 3. Press Search. After finding all the files, highlight and delete them. That way, you find and delete them all, regardless of location. Repeat the procedure for each type of file to delete. Regards, David Eason LSI Corporation Contract Technical Writer [EMAIL PROTECTED] Phone: 303-544-5433 Cell: 303-941-3512 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Foster Sent: Wednesday, February 20, 2008 10:35 AM To: INTERNET:[email protected] Subject: help needed with cleanfm batch file Dave, I don't have the batch file, but you can delete unwanted files as follows: 1. Open a command prompt by choosing Start > Run, type cmd.exe, and click OK. 2. In the command prompt, go to the directory you want to clean up using the cd command. 3. To delete backup and lock files, execute the commands: del *.backup.* del *.lck You can put these in a batch file and run that, too. Regards, Bruce Message text written by INTERNET:[email protected] >Message: 21 Date: Wed, 20 Feb 2008 09:57:15 +1300 From: Dave Reynolds <[EMAIL PROTECTED]> Subject: help needed with cleanfm batch file To: FrameUsers List <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Hi Folks A month or 3 ago someone posted a batch file to clean up Frame's backup and lock files from a folder. I kept a copy of the batch file code, but now that I want to use it, I can't find the instructions on how to use it. My manual has expanded and now it is becoming tedious to manually delete all those .backup files. Any help would be appreciated. Cheers 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/david.eason%40lsi.co m Send administrative questions to [EMAIL PROTECTED] Visit http://www.frameusers.com/ for more resources and info. _______________________________________________ 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.
