home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / tb_semp5 / tb2_semp.doc next >
Text File  |  1994-02-28  |  2KB  |  65 lines

  1.  
  2.                                   TB2_SEMP
  3.                                   ========
  4.  
  5.                            © 1993 Ben Van Bokkem
  6.  
  7.                            TurboNet: 100:100/0.0
  8.  
  9.  
  10.  
  11.  Having just installed the Semper mailer, i quickly discovered that the
  12.  BBS.DAT written by Semper is quite incompatible with the BBSBATCH.BAT that
  13.  Turbo Board expects. I imagine the same would go for QBBS??
  14.  Unfortunately, this means that the BBS has no idea of the Baud rate, time
  15.  to the next mailer event etc.....
  16.  TB2_SEMP overcomes this by re-formatting this file, and passing the correct
  17.  error level on exit.
  18.  
  19.  Copy TB2_SEMP.TTP into the BBS main directory, and add the following to
  20.  the FIDOMAIL.BAT:
  21.  
  22.  @echo off
  23.  semper.app
  24.  tb2_semp.ttp h:\bbs\semper\bbs.bat h:\bbs\bat\bbsbatch.bat
  25.  
  26.  The entry following Semper will pass the correct connect information to the
  27.  BBS. The first parameter is the path and filename to Semper's BBS.BAT, and
  28.  the second is the path where the BBSBATCH.BAT needs to be written.
  29.  Point it to the 'BAT' folder for Turbo Board.
  30.  This also enables the cursor, the absence of which has always been a pain
  31.  with Turbo Board in the past.
  32.  
  33.  
  34.             ==================================================
  35.                     Semper is Copyright Jan Kriesten
  36.             Congratulations Jan, on a most excellent mailer!!!
  37.             ==================================================
  38.  
  39.  
  40.                                TB2_SEMP Updates
  41.                                ================
  42.  
  43.  29th February 1994 v1.05
  44.  Bug Report - Mark Atkinson
  45.  16.8K wasn't registering correctly. Made a minor change which will now
  46.  report ANY odd or higher speeds correctly to Turbo Board....
  47.  
  48.  12th January 1994  v1.04
  49.  Removed screen redraw code as Semper now handles this correctly. No need
  50.  to run it before Semper without parameters now.
  51.  Left the mouse positioning in so that the pointer gets tucked away into
  52.  the bottom right corner. Mainly cosmetic really.....
  53.  
  54.  20th December 1993  v1.02
  55.  Resolution check added for correct size/colour display in medium res.
  56.  Cursor on/off and mouse routines added.
  57.  Optimised.
  58.  
  59.  16th December 1993  v1.01
  60.  Fixed problem with Turbo Board not recognising 14400 Baud callers.
  61.  Now outputs 19200 Baud which Turbo recognises as a high speed caller.
  62.  
  63.  
  64.  
  65.