home *** CD-ROM | disk | FTP | other *** search
/ Zodiac Super OZ / MEDIADEPOT.ISO / FILES / 16 / FREEDOS.ZIP / FD_A4PRE.ZIP / HELP / DEL < prev    next >
Text File  |  1995-06-28  |  1KB  |  67 lines

  1.  
  2.      DEL (1)                Free-DOS Alpha 4 release                DEL (1)
  3.  
  4.  
  5.  
  6.      NAME: 
  7.  
  8.           DEL - Deletes one or more files or directories.  
  9.  
  10.      SYNOPSIS: 
  11.  
  12.           DEL [/F] [/S] file..  
  13.  
  14.      DESCRIPTION: 
  15.  
  16.           DEL will erase one or more files or directories.  You can 
  17.           ask to delete the subcontents of a directory as well, and 
  18.           you can specify that DEL prompt you before erasing an entire 
  19.           directory.  
  20.  
  21.      OPTIONS: 
  22.  
  23.           /F - Force DEL to erase directories.  This does not prompt 
  24.                 you before doing so.  
  25.  
  26.           /S - Recurse into subdirectories as well.  Without this, 
  27.                 directories are  not erased.  
  28.  
  29.           The waring "Warning: Unable to remove" indicates DEL was 
  30.           unable to remove  a directory.  
  31.  
  32.      AUTHOR: 
  33.  
  34.           Libraries by John Hall. Program and Help page by James 
  35.           Hall.  
  36.  
  37.      EXAMPLES: 
  38.  
  39.           To delete AUTOEXEC.BAT from the working directory: 
  40.  
  41.                 DEL AUTOEXEC.BAT 
  42.  
  43.           To delete the directory "DATA" and all of its subcontents 
  44.           without prompting: 
  45.  
  46.                 DEL /F /S DATA 
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.