home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / ERASE.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  734 b   |  17 lines

  1. COMMAND:  ERASE
  2.  
  3. FUNCTION: Deletes specified files.
  4.  
  5. FORMAT:   ERASE [d:][path]filename[.ext]
  6.  
  7. TYPE:     DOS internal command
  8.  
  9. REMARKS:  Global file name characters can be used. If no file name is given,
  10.           a filespec of *.* is assumed. The IBM system files and the special
  11.           files . and .. cannot be deleted. If *.* is specified, you are
  12.           prompted to make sure you want to delete all the files in the
  13.           specified directory. Files are removed from a disk by replacing the
  14.           first character of the file name by a question mark in the File
  15.           Allocation Table, which removes them from access by directory
  16.           searches but does not destroy the data sectors. See DEL.
  17.