home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1992 / TheOrigSharewareV1.cdr / 25 / arj200.exe / arj / ARJSORT.DOC < prev    next >
Text File  |  1991-04-10  |  2KB  |  64 lines

  1.  
  2.     ARJSORT                                        April 1991
  3.  
  4.  
  5.     ARJSORT.BAT is a batch file provided to give the user the facility to
  6.     sort the files in an ARJ archive.  ARJSORT allows sorting by file
  7.     attribute, CRC value, date-time modified, file extension, filename,
  8.     pathname, and compression ratio.  The sort order can be set for
  9.     ascending or descending order.
  10.  
  11.     Usage:  ARJSORT archive [/order] [/r]
  12.             Where /order is one of the following:
  13.  
  14.                   /a = attribute       /o = ratio
  15.                   /c = crc             /p = pathname
  16.                   /d = date/time       /s = size
  17.                   /e = extension       /t = time
  18.                   /f = filename
  19.  
  20.             [/r]everse, if specified, must be the last option.
  21.  
  22.     ARJSORT has been designed to work at MS-DOS 3.3 and up.  The @ECHO
  23.     command in ARJSORT.BAT may cause problems with other versions of DOS.
  24.  
  25.     ARJSORT uses the special ARJSORT.$$$ feature of the order command.  A
  26.     list file named ARJSORT.$$$ is expected to be in a special format by
  27.     the order command.  That format is produced by the ARJ v -jv1 command.
  28.     ARJSORT requires the MS-DOS SORT program to be available for ARJSORT to
  29.     work.  ARJSORT creates several temporary files named ARJSORT.$$?.
  30.     These temporary files will be deleted at the end of the program.
  31.  
  32.  
  33.     ARJSORT Examples:
  34.  
  35.     ARJSORT archive       - Sort files in ascending alphabetical pathname
  36.                             order.
  37.  
  38.     ARJSORT archive /r    - Sort files in descending pathname order.
  39.  
  40.     ARJSORT archive /d    - Sort files in chronological date-time modified
  41.                             order.
  42.  
  43.     ARJSORT archive /d /r - Sort files in descending chronological
  44.                             date-time modified order.
  45.  
  46.     ARJSORT archive /s    - Sort files in ascending file size order.
  47.  
  48.  
  49.     At ARJ release 1.10, ARJSORT.COM (compiled version of ARJSORT.BAT) is
  50.     included with the ARJ software.  This program can be used in place of
  51.     the ARJSORT.BAT.  This COM version is better for use in DOS BATCH files
  52.     than ARJSORT.BAT.
  53.  
  54.  
  55.     HISTORY:
  56.  
  57.     1.20 - Improved ARJSORT.$$$ processing so that EDLIN is not needed.
  58.  
  59.     1.10 - Added ARJSORT.COM.
  60.  
  61.  
  62.     end of document
  63.  
  64.