home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rxnew11a.zip / sorting.rxn < prev    next >
Text File  |  1993-04-29  |  945b  |  25 lines

  1. Sorting       Sorting & RexxNews
  2. --------------------------------
  3.  
  4. For preparing certain lists, RexxNews will use the system sort command.
  5.  
  6. The OS/2 sort command has several limits, the most important that it
  7. cannot sort files larger than 64592 bytes.
  8.  
  9. To overcome this limit, RexxNews allows you to specify an external sort
  10. program and the size it can sort with two set commands:
  11.  
  12. sortcommand
  13. sortmaxbytes
  14.  
  15. Note: if sortcommand points to a .CMD file, you must put cmd /c in front
  16. of the command.  Also, the sortcommand CANNOT be a DOS program.
  17.  
  18. You should set both variables if you have a replacement sort routine.
  19. If you do not, you will not be able to sort files larger than 64592 bytes.
  20.  
  21. The sample.cfg file is setup for using the BIGSORT program available on
  22. ftp-os2.nmsu.edu (for internet users) and has sortmaxbytes set to
  23. 10000000 (1 megabyte), which is a reasonable size for the largest file to
  24. attempt sorting.
  25.