Ŀ
                       ERASEALL.EXE (Erases Files)                          


Usage.........ERASEALL /Y [/P] [/A] [/43] [/50] [drive:] [path:] "Spec1" ["Spec2"]

Erase All will delete files, matching the specifications given in Spec1. More 
than 1 file specification can be given. *.*, .., . cannot be passed as a file
specification.  If you want to delete all files from a hard disk, format it
instead. All sub-directories from where you specify are searched.

Please DO NOT SPECIFY wildcards such as "..\*.*" only use valid extensions,
such as *.DOC *.BAK etc

/43...........will use 43 line mode (requires EGA or greater).
/50...........will use 50 line mode (reqiures VGA or greater).
/Y............You must pass this parameter to confirm that you wish to run
              this program. This stops accidental massive data loss.
/A............Assumes that you wish to scan all directories on the selected
              drive. (The default directory is the one you start from).
/P............Pause after each page.

drive:........The drive that you wish to start the deletion from.
path:.........The directory that you wish the deletion to start from.

Spec1.........Filespec to find (in quotes), more than 1 can be used, ie
              *.BAK or *.TMP. They must be enclosed in quotes or they are
              assumed to be a valid directory name, and this will result in
              the program not working.

Examples


ERASEALL C:\PROGRAMS /Y "*.BAK" "*.TMP" 
will delete files that match *.BAK and *.TMP, starting at the C:\PROGRAMS 
directory.

ERASEALL "*.DOC" /Y 
will delete all *.DOC files starting at the current drive and path.

ERASEALL F: /Y "*.*"
will not work.

