home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…ids, Adults, Educational / RocelcoInc-ExploreTheWorldOfSoftware-KidsAdultsEducational-Vol2-Shareware.iso / educate / disk001 / del.dat < prev    next >
Text File  |  1991-11-29  |  490b  |  16 lines

  1. Explanation of the DEL (ERASE) command. 
  2. It is INTERNAL.
  3. This command lets you erase one or more 
  4. files in a directory.
  5. Example:
  6.        To erase the Test.Bat file on drive A 
  7.        and be asked for confirmation before 
  8.        erasing this file you just type:
  9.           del a:test.bat
  10.        
  11.        To delete a whole group of files in the 
  12.        same directory  you just type:
  13.          del a:*.*
  14.        Del will ask for confirmation on this 
  15.        command automatically.
  16.