home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP2.ZIP / HELPNORT.ZIP / DS.### < prev    next >
Encoding:
Text File  |  1985-12-29  |  921 b   |  20 lines

  1. COMMAND:  DS (Directory Sort)
  2.  
  3. FUNCTION: Physically sorts a disk directory into a specified file sequence.
  4.  
  5. FORMAT:   DS order [directory-path] [/S]
  6.  
  7. TYPE:     Norton Utilities command
  8.  
  9. REMARKS:  order can be any combination of the letters N E D T or S to sort the
  10.           entries in a disk directory by name, extension, date, time, or size
  11.           of the file.  Multiple sort orders are specified by listing the key
  12.           letters in sequence with no spaces between them.  Reverse-order
  13.           sorting is selected by placing a - after the key letter.
  14.           directory-path is the name of the directory to be sorted, where the
  15.           default is the current directory.
  16.           /S indicates that all directories below the specified directory are
  17.           sorted as well.
  18.           Sub-directories will be grouped before files when the directory
  19.           entries are actually sorted.
  20.