home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DA_LIST1.ZIP / DA_LIST.DOC < prev    next >
Text File  |  1992-05-08  |  4KB  |  116 lines

  1.                           'Da List!  version 1.0
  2.                  By Jeff Rigo, SysOp of Anonymous Plague BBS
  3.             (412)653-4711  FidoNet 1:129/154  14.4k HST  TAG 2.6
  4.  
  5. What it does:
  6.    'Da List is a DOOR, that is, it is a program written to be run in a bulletin
  7.  board environment, capable of receiving input from the remote end.
  8.  But that's not all!  Its also a BBS LIST program.  Its a database for storing
  9.  BBS numbers and information in a very neat manner.
  10.  
  11. Files included:
  12.  
  13.     NAME       |                     DESCRIPTION
  14. ===========================================================================
  15. DA_LIST.EXE    |   Main file, run on shell to dos.  The actual program.
  16. DA_LIST.DOC    |   YOU'RE READING IT!
  17. DA_LIST.CTL    |   Control File.  This file contains certain BBS info.  Read on.
  18. DA_LIST.REG    |   Registration code file.  Codes to determine registration.
  19. DA_LIST.TXT    |   BBS listing created by 'Da List.  ASCII format
  20. DA_LIST.LOG    |   SysOp log file.  Keeps track of what was done.
  21. DA_LIST.BAT    |   Sample batch file
  22. DA_LIST.ASC    |   ASCII (non-color) menu for 'Da List
  23. DA_LIST.ANS    |   ANSI  (color)     menu for 'Da List
  24. REGISTER.DOC   |   ASCII file to edit and mail for registration
  25.  
  26.  
  27. Setup:
  28.     Setup of 'Da List is very easy.  Simply follow these steps:
  29.  
  30. 1) Create a subdirectory for the program.  C:\BBS\DA_LIST is a good choice.
  31. 2) UnArchive all files into this directory
  32. 3) Edit the DA_LIST.CTL file.  Change BBS and SysOp names, BBS types, etc.
  33. 4) Edit the enclosed .BAT file for your BBS.  Consult your BBS manual for
  34.    more information.  Read on for a sample.
  35. 5) Test it!
  36.  
  37. Running 'Da List:
  38.     'Da List uses a command line for execution.  The syntax is as follows:
  39.  
  40. DA_LIST /Nx /P<path>
  41.  
  42. /Nx      :  This is the node that you are running on if in a DORINFOx.DEF
  43.              multi-node environment.  /N1 for only one node systems.
  44.  
  45. /P<path> :  This is the path to the BBS drop file (DORINFOx.DEF, DOOR.SYS, etc)
  46.             Examples follow:
  47.  
  48. DA_LIST /N1 /PC:\BBS
  49.      This tells 'Da List to load in a one-node environment and look for the
  50.      BBS drop file in the directory C:\BBS
  51.  
  52. DA_LIST /N2 /PC:\DA_LIST
  53.      This tells 'Da List to load for node 2 and to look for the BBS drop file
  54.      in C:\DA_LIST
  55.  
  56. Deleting BBS listings:
  57.  If you want to delete the listing, feel free to do so to make a new one.
  58. HOWEVER: You must edit the DA_LIST.REG file and change the last line to
  59. "0000".  This resets the program to start fresh.  ALSO: You must either
  60. create a blank DA_LIST.TXT file or use the started one that came in the
  61. archive.  'DA LIST WILL GIVE A RUNTIME ERROR 002 IF A FILE IS MISSING!!!
  62. CHECK FILE LIST TO SEE WHICH ONE!!!
  63.  
  64.  
  65. Registration:
  66.      I know what you're thinking:  "Why should I register?  I can always get
  67.      another."  But look what you'd be missing in the registered version:
  68.   o Unlimited number of BBS listings [UNREGISTERED = 7]
  69.   o Internal ZModem downloading of the listing
  70.   o Notification by mail of next version
  71.   o FREE Registration on all future versions
  72.  
  73. How to register:
  74.    To register 'Da List, simply fill out the REGISTER.DOC file with any text
  75.    editor and mail it along with $5 to:
  76.  
  77.      Jeff Rigo
  78.      156 Woodland Dr
  79.      Pgh, PA 15236
  80.  
  81.    You will receive, by mail, the necessary codes to be entered into the
  82.    DA_LIST.REG file that will enable registered features.  You must use your
  83.    real name when registering, for legal purposes.
  84.  
  85. Sample batch file:
  86.  
  87.  C:
  88.  CD\DA_LIST
  89.  DA_LIST /N1 /PC:\BBS
  90.  EXIT
  91.  
  92. Support, questions, comments, bug reports:
  93.    The author is available for any of the above in the following places:
  94.     o TAG echo
  95.     o TAG DOORS echo
  96.     o BBS at (412)653-4711 14.4k HST
  97.     o FidoNet 1:129/154
  98.     o Mail at above address
  99.     o Voice at (412)653-7186 daily from 7pm tp 11pm EST
  100.  
  101. Thank you for using 'Da List BBS List door!  Look for these additions to
  102. future versions:
  103.  
  104.     o Search for phone number through listing
  105.     o Automatic duplicate checking of records
  106.     o Support for other protocols such as XModem, YModem, TModem
  107.  
  108. PLEASE REPORT ALL BUGS!!!  It is GREATLY appreciated.  Those reporting
  109. runtime errors will receive a free registration if they are the first to do
  110. so.  Complete the REGISTER.DOC file, stating the EXACT error and you will be
  111. notified.
  112.  
  113. SysOp Jeff
  114.  
  115.  
  116.