home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / PACKAGES / BASE / DISK02 / DEFRAGX.ZIP / HELP / DEFRAG.EN
Text File  |  2003-04-06  |  957b  |  24 lines

  1. FreeDOS defrag beta 0.3
  2. Optimizes file loading times by moving file fragments together.
  3.  
  4. (C) 2000, 2002, 2003 by Imre Leber under the GNU General Public License.
  5.  
  6. defrag [/C] [<drive>:] [{/F|/U}] [/Sorder[-]] [/B] [/X] [/A] [/FO]
  7.  
  8. drive : drive letter of drive to optimize.
  9.  
  10. /C : Use command line version only.
  11. /F : Fully optimizes specified drive.
  12. /U : Unfragments files, possibly leaving space between files.
  13. /S : Sort files by specified order.
  14.       order: N  by Name (alphabetic)            E by Extension (alphabetic)
  15.              D  by Date & time (earliest first) S by Size (smallest first)
  16.       - suffix to sort in descending order.
  17. /B : Restarts computer after optimization.
  18. /X : Always automatically exits.
  19. /A : Audible warning before user action.
  20. /FO: Full textual output (only relevant when used with /C option).
  21.  
  22. Remarks:
  23.     Type defrag /no-ops for a list of no-ops.
  24.     Type defrag /contrib for a list of contributors.