home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mbprg100.zip / MBPURGE.DOC < prev    next >
Text File  |  1995-08-29  |  3KB  |  76 lines

  1.  
  2.                              MBPURGE / MBPURGEP
  3.                                 Version 1.00
  4.           Copyright (c) Bob Swift, 1995.  All Rights Reserved.
  5.  
  6.    This program is used to read the MEXBANK.DAT file generated by MexBank
  7.    and remove any users not found in the Maximus USER.BBS file.  Both files
  8.    must be in the current directory.
  9.  
  10.    The program is used as follows:
  11.  
  12.                        MBPURGE [?]        for DOS version
  13.  
  14.                           or
  15.  
  16.                        MBPURGEP [?]       for OS/2 version
  17.  
  18.    The program will display a VERY brief set of instructions if it is called
  19.    with a question mark, or if it encounters an error.  The following is a
  20.    list of the error codes returned by the program:
  21.  
  22.              0 - No errors.  Normal termination.
  23.              1 - Extra command line arguments.
  24.              2 - Error creating MEXBANK.BAK backup file.
  25.              3 - Error reading USER.BBS input file.
  26.              4 - Error reading MEXBANK.DAT input file.
  27.              5 - Error writing MEXBANK.DAT output file.
  28.  
  29.    When an error is encountered, the program will exit immediately and will
  30.    attempt to properly close all files.
  31.  
  32.    Although I have chosen to retain all rights to this program, you are free
  33.    to use it under the following conditions:
  34.  
  35.             - You realize that there is NO Warrantee of any sort.
  36.               It was tested pretty thoroughly here before release
  37.               but who knows what bugs may be lurking within.
  38.  
  39.             - You will not modify the code and release a new version
  40.               of the program.  I welcome suggestions for improvement
  41.               (especially when accompanied by code) but I make no
  42.               guarantee of future releases.
  43.  
  44.             - You drop me a note to let me know that you use the
  45.               program.  That way, I know who to inform if there are
  46.               any future releases.  Please either send netmail to:
  47.  
  48.                         Bob Swift
  49.                         1:342/5 @ fidonet
  50.  
  51.               or a postcard to:
  52.  
  53.                         Bob Swift
  54.                         5708 - 47th Street
  55.                         Stony Plain, Alberta
  56.                         T7Z 1C6, Canada
  57.  
  58.             - If you find the program useful, I ask that you do
  59.               something to brighten somebody else's day.  Just
  60.               exactly what, I will leave up to you.
  61.  
  62.  
  63.    You may freely distribute this program provided that you distribute only
  64.    the complete archive which includes the MBPURGE.EXE, MBPURGEP.EXE,
  65.    MBPURGE.C, MBPURGE.DOC and FILE_ID.DIZ.
  66.  
  67.                                                    Bob Swift (1:342/5)
  68.  
  69.  
  70.  
  71.    Revision History
  72.    ----------------
  73.  
  74.    1.00     95/08/29    First release version.
  75.  
  76.