home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / asm / RPSRT102.ZIP / README < prev    next >
Encoding:
Text File  |  1992-11-18  |  5.2 KB  |  138 lines

  1.  
  2. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  3.  
  4.  
  5.  
  6.  
  7.         This is being mailed to all those who either registered or inquired 
  8.       about RPSORT, written by my brother, Robert Pirko.
  9.  
  10.  
  11.  
  12.  
  13.                    ████████████████████████████████████████
  14.                    ▌                                      ▐
  15.                    ▌  Robert Pirko, the author of RPSORT, ▐
  16.                    ▌                                      ▐
  17.                    ▌  passed away on February 15, 1992.   ▐
  18.                    ▌                                      ▐
  19.                    ▌  He had not been ill , but just      ▐
  20.                    ▌                                      ▐
  21.                    ▌  suddenly collapsed and died.        ▐
  22.                    ▌                                      ▐
  23.                    ▌  You never know ...                  ▐
  24.                    ▌                                      ▐
  25.                    ████████████████████████████████████████
  26.  
  27.  
  28.  
  29.       RPSORT is now free for all to use, no payment is asked.  Also the
  30.     assembly language source code is free.
  31.  
  32.       The file RPSRT101.ZIP has been uploaded to a local (New York City) BBS:
  33.           
  34.                     NYACC 718 539-3064              (free access)
  35.  
  36.       This file contains version 1.01 of RPSORT and its documentation
  37.     plus the commented source code written in 8086 assembler for the
  38.     Borland Turbo Assembler 2.5.
  39.  
  40.       It is also available by mail for a payment of $5.00 to:
  41.  
  42.                     Alex Pirko
  43.                     3881 Sedgwick Ave
  44.                     Apt.6D
  45.                     Bronx, NY 10463
  46.  
  47. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  48.  
  49.  
  50.                      **** What Is RPSORT ****
  51.  
  52.   RPSORT is a highly functional and extremely fast sort utility.  I do not
  53.   know of another sort utility that can outspeed it.
  54.  
  55.  
  56.  
  57.                      **** RPSORT Is Free ****
  58.  
  59.   RPSORT is free for all to use, no payment is asked.  Also the assembly
  60.   language source code is free. 
  61.  
  62.  
  63.                      **** RPSORT Features ****
  64.  
  65.   RPSORT greatly improves upon the features and performance of the sort
  66.   utility distributed with Microsoft DOS.
  67.  
  68.   . First, it does everything that the DOS SORT does. Virtually any command
  69.     that works with the DOS SORT will produce the same result with RPSORT.
  70.  
  71.   . But RPSORT does much more.  It can sort very large files, even many
  72.     megabytes if you have sufficient disk space.
  73.  
  74.   . It supports multiple sort keys.
  75.  
  76.   . It sorts text files and files of fixed length records.
  77.  
  78.   . It supports many sort key types including regular text keys, C language
  79.     strings, Turbo Pascal strings, signed and unsigned binary integers of any
  80.     length and several types of binary floating point numbers.
  81.  
  82.  
  83.  
  84.           **** Complete List Of Files In The RPSORT Package ****
  85.  
  86.   README        -  This file.
  87.   RPSORT.HST    -  History of changes to RPSORT.
  88.   RPSORT.COM    -  The RPSORT program.
  89.   EXAMPLES.DOC  -  A comprehensive set of examples using RPSORT.
  90.   RPSORT.DOC    -  A complete reference manual for RPSORT.
  91.   RPTAB.EXE     -  Used if a text file contains tabs.  It expands the tabs so
  92.                    that RPSORT can sort the file correctly.
  93.   RPTAB.PAS     -  Source code for RPTAB.EXE.
  94.   RPSRT101.ASM  -  Source code for RPSORT.COM.
  95.   ABOUTASM.DOC  -  A little information about the ASM file.
  96.  
  97.  
  98.      *** Try RPSORT On Any Command That Works With The MS-DOS SORT ***
  99.  
  100.   If you want to try out RPSORT to see how fast it is and you are familiar
  101.   with the MS-DOS SORT, you can have RPSORT execute any command that works
  102.   with the latter.
  103.  
  104.  
  105.  
  106.             *** Learn The Additional Features Of RPSORT ***
  107.  
  108.   I expect, however, that you will find the many additional features of
  109.   RPSORT useful.  To familiarize yourself with them, you might:
  110.  
  111.   . Review EXAMPLES.DOC which contains 41 examples of RPSORT commands.  It
  112.     starts with commands that use only the syntax of the DOS SORT and moves
  113.     on to commands that use all the features of RPSORT.
  114.  
  115.   . Look at the built-in syntax screens available in RPSORT.  To do this,
  116.     enter the RPSORT command with no parameters.  Use the Page Down and Page
  117.     Up keys to negotiate the screens.  Press the Esc key when you are
  118.     finished viewing the syntax screens.
  119.  
  120.   . Read RPSORT.DOC to learn about the techinal nitty-gritty.  I admit that I
  121.     find this document heavy going and I wrote it!  Still, if you want to
  122.     fully understand RPSORT you might want to read it sometime.  This is
  123.     particularly true if you are a programmer and you plan to use RPSORT to
  124.     sort files created by your programs.
  125.  
  126.  
  127. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  128.  
  129.                 I would be glad to hear from anyone who has improvements,
  130.         additions or comments on my late brothers program.
  131.                                 
  132.                                 Alex Pirko
  133.                                 3881 Sedgwick Ave
  134.                                 Apt.6D
  135.                                 Bronx, NY 10463
  136.  
  137. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  138.