Delete - Version 2.10 DELETE.EXE is a Win32 console application that deletesfiles. Win32Console application means that it runs in a Windows 98,ME, 2000, or XPcommand prompt. It is an improvment over the DEL orERASE internalcommand that comes with the operating system. Delete'sfeatures include:* allows multiple file specifications on the commandline; * optionally deletes Hidden, System, or Read Onlyfiles;* optionally prompts for permission to delete any file;* optionally deletes files in directories below thecurrent one;* optionally removes empty directories below thecurrent one;* optionally overwrites files before deleting them; and* optionally deletes only files dated before, after, orbetween dates.* optionally deletes only zero length files.* optionally deletes only files that are not present ina reference directory (useful for mirroring a directorystructure when used with Xcopy).DEL16.exe is the old DOS version of this program thatruns under pure DOS, and can't see long file names.