home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / dosk-1.0.lha / DosK / KHELP / SortK_Help < prev    next >
Text File  |  1995-01-04  |  1KB  |  31 lines

  1.  KCOMMAND  SortK    [     ] = BUTTONS
  2.        MAIN MENU:
  3.        [FILE] -   Sort and read a File
  4.        [DIR] -    Sort and read a Directory
  5.        [LIST] -   Sort and read a Listing
  6.        [SIZE] -   Sort and read a Listing sorted by size
  7.        [CASE] -   Selects Case Type Sort then goes to menu 2
  8.                   (Capital Letters First)
  9.        [NUMERIC] -Selects Numberic Sort(numbers at end) then
  10.                   goes to menu 2
  11.        [BYE] -    Exit Command
  12.   
  13.        CASE MENU:
  14.        [FILE] -   Selected by Case or Numeric. Sorts File
  15.        [DIR]  -   Selected by Case or Numeric. Sorts Directory
  16.        [LIST] -   Selected by Case or Numeric. Sorts Listing
  17.        [ABORT] -  Abort and Return to Initial menu
  18.  
  19.    Be Careful with the Sort Command, Large files require you to
  20.    set the stack at a high number. You can safely sort a file about
  21.    20 times the lines of the stack size.
  22.  
  23.    Numeric doesn't really sort but puts the numbers at the end.
  24.  
  25.    Some sorts look strange because a character caused them to sort
  26.    in modules. This sometimes happens with list and directory sorts.
  27.    
  28.    The Dos Sort Command when sorting by file size will often put
  29.    the directories right in the center.
  30.  
  31.