home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / tnywal6b.zip / WALL.DOC < prev    next >
Text File  |  1997-05-01  |  6KB  |  168 lines

  1.         Wall of Babble 1.6b  May 01/1997 
  2.  
  3. Features:
  4. ---------
  5. ·Supports ALL com ports & irq's (Fossil Driver req'ed)
  6. ·Locked baud rates up to 115,200bps!
  7. ·ANSi Emulation built-in! (ansi.sys not needed under any circumstances)
  8. ·DOOR.SYS and Dorinfo#.DEF Support!
  9. ·DesqView, OS/2, Windows, and Dos time slicing routines.
  10.  Native DOS and OS/2 versions.
  11.  
  12. Disclaimer
  13. ----------
  14. This program will probably only take up room on your hard drive.
  15. It works on my system, but then it would wouldn't it?  It's free so don't
  16. expect any great examples of programming skill.  
  17.  
  18. Minimum System:
  19. ---------------
  20. If you can run a BBS you can run this door.  If it claims your
  21. out of memory, have your BBS software swap itself out of memory before
  22. launching this door.
  23.  
  24. How to Use:
  25. -----------
  26. Running in Local Mode: use the /L Switch ie: WALL /L
  27.  
  28.        (1)Unzip to a directory. It's own is best.
  29.        (2)Edit the wall.cfg file to suit your needs.
  30.  
  31. For use with Telegard:
  32. ----------------------
  33. Create a batch file. Here's what I use:
  34.  
  35.         d:
  36.         cd\telegard\doors\tnywall
  37.         wall.exe /N%1 /Dd:\telegard\temp%1\door.sys
  38.  
  39. In Telegard my command line looks like this:
  40.  d:\telegard\doors\tnywall\tnywall.bat ~CN
  41.  
  42. For use with RemoteAccess:
  43. --------------------------
  44.  
  45. Use the Type 7 action command, using the following for the Option Data:
  46.  
  47. For multinode systems:
  48.  
  49.  D:\RA\WALL\WALL.EXE /N*N /DD:\RA\NODE*N
  50.  
  51. For regular system:
  52.  
  53.  D:\RA\WALL\WALL.EXE /DD:\RA
  54.  
  55. For Use with Maximus/2:
  56. -----------------------
  57.  
  58.         DisplayFile    misc/doorsys        Normal    "Wall of Babble"
  59. NoDisp  XTERN_OS2  D:\MAX\DOORS\WALL\WALL.CMD_%k_%P  Normal  "W"
  60.  
  61.    wall.cmd 
  62.    --------
  63.    cd\max\doors\wall
  64.    copy d:\max\node%1\door.sys
  65.    wall2.exe /N%1 /H%2
  66.  
  67.   The /H%2 is the 'Hot' Com port handle that OS/2 uses.
  68.  
  69. Parameters
  70. ----------
  71. This is a list of Parameters that can be used.
  72. /N# - # is the node number, ex. door.exe /N1
  73. /B# - Sets the locked baud rate to #, ex. door.exe /B57600
  74. /D? - The path to where the Drop file may be found, ex. door.exe /Dc:\bbs
  75. /L  - This allows you to run the door in Local mode.
  76. /?  - Display's command line parameters
  77. -----------------------------------------------------------------------------
  78.  
  79. Structure of the config file.
  80. -----------------------------
  81. The config file is just a standard text file, with the following lines in
  82. it.  For reference, i've included a sample config file named 'WALL.CFG'
  83. to get you started.
  84.  
  85. Line #1 - The name of the BBS
  86. Line #2 - Sysop's name (first/last)
  87. Line #3 - drop file type ("door.sys" for door.sys systems, "dorinfo.def" for
  88.           dorinfo#.def systems)
  89. Line #4 - The locked baud rate.  If none, then set this to 0.
  90.  
  91. Features to be added:  
  92. ---------------------
  93. Write me, if you want anything added, changed or have found a bug.  PLEASE.
  94.  
  95. Credits: 
  96. --------
  97. Thanks to Forrest Boomer for yelling at me loud enough to convince me to
  98. scrap QuickBasic. <G> (He still yells at me for not using C but....)
  99.  
  100. Thanks to David Bate for some great ideas!
  101.  
  102. Lots of thanks to Enigma for 1) Writing the Edoor Library 
  103.                      2) Helping me learn Pascal! <G>
  104.                  3) Fixing my screwed up Code! 
  105.  
  106. History:
  107. --------
  108.      05/01/97 - Version 1.6b
  109.     - Messed up on my Lord/Pipe bit, if user didn't use a color code
  110.       a blank line was saved.  Fixed.
  111.      04/30/97 - Version 1.6
  112.     - Added LORD Colour Codes.
  113.     - The wall will now accept both lord and Pipe codes. *BUT* not in
  114.       the same babble.
  115.     - I'm sooooooo sick of this door. <Grin>  I believe it's stable now,
  116.       and has as many features as users on my system have requested.
  117.       Send me your Bugs / comments please.  
  118.  
  119.      04/22/97 - Version 1.5
  120.     - Removed lightbars from DOS version so my code could be modular.
  121.     - Now waits for ONLY a Y or N from user when asking to save.
  122.     - FINALLY got rid of the ascii garbage.  Thanks Enigma! :)
  123.        Appears I was using a color code that didn't exist. <Cough> never
  124.       thought to look for something so simple. 
  125.  
  126.      04/15/97 - Version 1.4
  127.     - Never Released this version. 
  128.     - Sigh.  Man did I ever screw up version 1.3!  I compiled it using the
  129.       wrong unit, messed up the docs (Worse then they are now), compiled
  130.       the wrong version of the wall.  Geeze, I need a beta tester. :)
  131.     - DOCS have been added to a little bit by David Bate, Thanks!!
  132.     - See the updates for 1.3, that's what is done in this version. <G>
  133.     
  134.      04/11/97 - Version 1.3d
  135.     - Fixed the High Ascii garbage that showed up when adding a new
  136.       babble to the wall.  Forgot to Init a string. <Cough>
  137.     - While I was at it, I updated everything to the proper version
  138.       number. 
  139.  
  140.          03/18/97 - Version 1.1d
  141.         - Users can now use Pipe codes to change color in the wall.
  142.     - Added help for colors to the about screen
  143.     - Fixed a display bug.
  144.     - Added a much better border - Drawn by "Acid" the guy, not group.
  145.  
  146.          03/07/97 - Version 1.0d (First version ever :) )
  147.    Scrapped all versions older then this one, They were in QB4.5 and didn't
  148.    work anyway. <Cough>
  149.         - Hey, It works.  Lemmie know what bugs you guys find, I couldn't
  150.       find any myself but I know someone will. <G>
  151.  
  152. Contacting me:
  153. --------------
  154.    This door is Free, but if you want to send some money or just say Hi, you
  155. can reach me one of the following ways:
  156.  
  157.  Tiny's BBS      - (905)723-1575      or    Telnet: tinys.oix.com
  158.  World Wide Wait - http://tinys.oix.com     FTP   : tinys.oix.com
  159.  Email:   tiny@tinys.oix.com or tiny@oix.com 
  160.  FidoNet: 1:229/452.0   Powernet: 78:100/400.0 
  161.  
  162. You read this far!?  Wow...  As you can see I stink at writing DOCS.  Anyway,
  163. look for the new version of my BBS lister door with so many new features it'll
  164. knock your socks off!
  165. Also, I've recently written a LORD IGM, if any of you have seen it on my 
  166. system and want it fire off a message.  It's not a general realise as it's
  167. based on a user within the Oshawa area.
  168.