DeleteBut(DelBut) version 1.2b Copyright (C) 1998, Rob Lake

Purpose
        To delete all the files in the _current_directory_ except those
specified in the command line.

Synopsis:

General:        delbut [/aq] files.ext ...
To get help: 	delbut [/?|H] 


/A -- This permits deletion of hidden, system and read only files (Be careful in root!)
/Q -- This permits non-verbose deletion.  The program does not echo files being deleted
/? -- Prints version and help information
/H -- Same as /?

Legal:
	This program is released under the GNU GPL (see the file gnugpl.txt in the
source directory.  Here is a general notice:

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Examples:
        Say you have unzip'ed a lot of zip files in a TEMP directory and
you want to delete all the files but leave the zip files around. Well a
command like:
        C:\TEMP>delbut *.zip would do the trick

	If you were working the program in a batch file, you could use:
	delbut /Q *.zip
so there is no output from the program.

   -------=========-------!!!!!!!!! Note !!!!!!!!!-------=========-------
                          DO NOT DO THE FOLLOWING
                    C:\>DELBUT C:\BIN\*.EXE C:\BIN\*.COM
                     AS IT WILL DELETE ALL FILES IN C:\
   -------=========-------!!!!!!!!! Note !!!!!!!!!-------=========-------

Current version of this program can be found at:
http://www.ucs.mun.ca/~z63rrl/utils.html

If you have any question about this program, please email:
Rob Lake(rlake@cs.mun.ca)

Thanks -- Rob