home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / SX501P1.ZIP / XPEXE.ZIP / XPRENUM.DOC < prev    next >
Text File  |  1991-07-15  |  4KB  |  102 lines

  1.                              XpRenum V1.21
  2.              (c) copyright 1990-1991 by Santronics Software
  3.               Donated to the FidoNet World - Free utility
  4.  
  5.    NOTE: This program is provided as a utility for sysops using Silver
  6.    Xpress models F1, P1, and R1.  Any other models do not require it,
  7.    however you can still use this program as a replacement of your
  8.    current renumber utility.
  9.  
  10.    What is Xprenum?
  11.  
  12.    XPRENUM program is a simple, but very fast, renumber system for fido
  13.    (*.msg) mail areas only.
  14.  
  15.    Why?
  16.  
  17.    Originally, XPRENUM was designed as a companion program for Silver
  18.    Xpress beta models F1, P1, and R1.  Model F1 is known as the
  19.    classical Opus Xpress for Opus 1.03, Model P1 is for Pcboard, and
  20.    Model R1 is for RBBS.  Silver Xpress on these systems did not have a
  21.    for-real last message read pointer system for the fido areas. SX was
  22.    using dates to scan for mail. This proved unreliable over time as the
  23.    Opus style dates were not supported by many mail processing
  24.    utilities. Hence, starting with 2.28 versions of Silver Xpress for
  25.    Model F1, R1, and P1, a Xpress last read pointer system was created.
  26.    XPRENUM was written to maintain the XPLREAD.IDX Silver Xpress creates
  27.    at the same time provide a renumbering service for sysops.
  28.  
  29.    How do I use it?
  30.  
  31.    Optionally, Xprenum will adjust the Silver Xpress last read pointer
  32.    file located in each fido area (XPLREAD.IDX).  The program should be
  33.    run in place of your current Fido Base message renumbering program.
  34.  
  35.    Parameters   Description
  36.    ------------------------------------------------------------------------
  37.  
  38.    -V         : view renumbering/relink process
  39.  
  40.    -R         : perform a renumbering/relink process. Update XPLREAD.IDX
  41.  
  42.    -N #1 #2   : Save first #, and Keep the LAST # msgs and delete the rest.
  43.  
  44.    -S         : Update the Opus/Fido LASTREAD file as well if -R is used.
  45.  
  46.    -O170      : Update the OPUS 1.70 LREAD.DAT file as well if -R is used.
  47.    -M102      : Update the Maximus 1.02 LASTREAD.BBS file as well if -R is used.
  48.  
  49.    msg_path   : directory location of fido area. Must be last on cmd line.
  50.  
  51.    WARNING!
  52.  
  53.    Not using this program will guarantee FAILURE of keeping up-to-date
  54.    the Xpress user last read pointers for fido areas. Silver Xpress
  55.    version F1, P1, R1 requires this program.
  56.  
  57.    Examples:
  58.  
  59.          xprenum -R -N 1 30 e:\msg\net
  60.          xprenum -R -n 1 50 e:\msg\xpress
  61.          xprenum -S -R -n 1 50 e:\msg\xpress
  62.          xprenum -S -R -O170 -n 1 50 e:\msg\xpress
  63.          xprenum -S -R -M102 -n 1 50 e:\msg\xpress
  64.  
  65. History
  66. -------
  67.  
  68. 12/03/90
  69.  
  70.     1.00  - released with beta version of RBBS Xpres V2.27R1.07ß
  71.  
  72.  
  73. 05/31/91
  74.  
  75.     1.01  - The new TAG (in Beta as of 5/31) did something with
  76.             FIDO lastread file. It use it for USER record!!!
  77.             XPRENUM 1.00 was expected just a single WORD record
  78.             for sysops. This Version will maintain each record
  79.             now.
  80.  
  81.           - The switch -S was ignored. If the LASTREAD existed,
  82.             it was UPDATED.  Fixed.  The switch is required if
  83.             you want the FIDO LASTERAD file updated.
  84. 07/06/91
  85.  
  86.     1.20  - Added support for Opus 1.20 LREAD.DAT file updating.
  87.  
  88.             XPRENUM is only required when using Silver Xpress for Opus
  89.             1.03, and PCboard or RBBS Xpress when fido areas are used
  90.             with these bulletin board systems.
  91.  
  92.             You don't need it to maintain pointers with Silver Xpress
  93.             for Opus 1.10/1.20, RA or QBBS Xpress. However, since alot
  94.             of people were telling me XPRENUM was the fastest renumber
  95.             program in existence, I figured why not allow it use for
  96.             general fido area maintenance.
  97.  
  98. 07/14/91
  99.  
  100.     1.21  - Renamed all references to OPUS 1.20 to OPUS 1.70.
  101.           - Added support for Maximus 1.02 LASTREAD.BBS files.
  102.