home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / SMSORTV2.ZIP / SIMPSORT.DOC next >
Text File  |  1991-03-18  |  2KB  |  44 lines

  1. **** PLEASE READ CHANGE NOTICES BEFORE USING.
  2.  
  3.  
  4.     This is a simple Text file sort program designed to work with
  5.  Simplex BBS Software.    Its Only real function in life is to put
  6.  Your "FILES.BBS" files into Alphabetical order. (I guess HPFS has
  7.  spoiled me)  This program does not actually modify your .BBS file.
  8.  It rather, creates a file called SORTED.TXT which should be copied
  9.  over the desired .BBS file. To invoke this program use :
  10.  
  11.     SimpSort [FILENAME.EXT]
  12.  
  13. Example: Simpsort D:\Data\Comm\Files.bbs
  14.  
  15.     This Sort Routine only acts upon file names & descriptions NOT
  16.  stationary lines ( Lines that start w/ "*,-, ,?" ) so if you have
  17.  Stationary lines in your file listings the file names between these
  18.  lines appear as one sort group.
  19.  
  20.     This program assumes that the filenames contained in your .BBS file.
  21.  reside in the same directory with it. This program also places the
  22.  resulting SORTED.TXT in the same directory w/ your .BBS file.
  23.  
  24.  If you have any problems pls leave me a message.
  25.  
  26.  
  27.         Thanx,
  28.         Chris Golden
  29.         Las Vegas NV
  30.  
  31.  
  32.  NOTE: There is now a /v switch which will verify the existence of
  33.  the files listed in you're .BBS file.( normally shown as - missing -)
  34.  When used, files that do not exist will not be included in the SORTED.TXT
  35.  file that is created.
  36.  
  37.  
  38. 03/18/91 - Fixed Problem w/ Sorting of empty lines. Now lines that only 
  39.            contain a  <CR> are counted as stationary.  
  40.          - Added Better drive and path handling.
  41.      - Program Now Immediatly renames the ".BBS" file to ".BAK" and 
  42.        creates a new ".BBS" file.
  43.      - Corrected a problem with "/V" option that sometimes caused
  44.            a system error trap 13.