home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / VPBLT130.ZIP / VPLUSBLT.HST < prev   
Text File  |  1994-02-23  |  3KB  |  65 lines

  1.  VPlusBLT - Revision History (In Reverse Order)
  2.  ------------------------------------------------
  3.  
  4.  
  5.  Feb 23, 1994 - 1.30 - Added the ability to create a RIPScript style file.
  6.                        The calling syntax has changed.  Type VplusBlt from
  7.                        Dos for an example of the new syntax.  
  8.  
  9.                        VPLUSBLT.CFG is REQUIRED if you wish to make Rip
  10.                        files.  The format is as follows:
  11.  
  12.                        Lines 1-3 - @x@ or equivalent macros.
  13.  
  14.                        Line1 = Clear Screen Macro
  15.                        Line2 = Ask More? Macro
  16.                        Line3 = Force Enter Macro
  17.                        Line4 = Char to return to BBS for NOMORE
  18.  
  19.                        For PCBoard the file would contain:
  20.  
  21.                        @cls@
  22.                        @more@
  23.                        @wait@
  24.                        N
  25.  
  26.                        The macros would of course be in CAPS.
  27.  
  28.                        Lines 2, 3 and 4 MUST contain an entry if you
  29.                        wish to generate RIP bulletins.
  30.  
  31.                        This is my first serious attempt at using the 
  32.                        RipScript command language, so a few minor bugs
  33.                        may be present.  
  34.  
  35.  Feb 03, 1993 - 1.29 - Added compatibility with the 1.93ß+ .CNF format.
  36.  
  37.  Dec 29, 1992 - 1.28 - Added compatibility with the 1.70ß+ .VTR format.
  38.  
  39.  Dec 14, 1992 - 1.27 - Added compatibility with the 1.65ß .VTR format.
  40.  
  41.  Nov 29, 1992 - 1.24 - Added compatibility with the 1.61+ .VTR format.
  42.  
  43.  Nov 01, 1992 - 1.20 - Added ASCII and ANSI file support.
  44.  
  45.  Oct 01, 1992 - 1.17 - If there is nothing defined in VPLUSBLT.CFG as 
  46.                        the "@MORE@" macro, or if the .CFG file does
  47.                        not exist, there will be no page break within
  48.                        an individual booth at all.
  49.  
  50.  Sep 29, 1992 - 1.15 - Removed the hard-coded @CLS@ and @MORE@ macros.
  51.  
  52.                        An optional file named VPLUSBLT.CFG may contain
  53.                        2 lines.  The first being @CLS@ which will preceed
  54.                        the display of each booth.  The second line may 
  55.                        contain @MORE@, @PAUSE@, etc. and will follow the
  56.                        display of each booth.
  57.  
  58.                        Either line may be left blank as well.
  59.  
  60.  Sep 24, 1992 - 1.10 - Updated to be compatible with Voter Plus versions
  61.                        1.35 and later.
  62.  
  63.  Sep 05, 1992 - 1.00 - Initial Release.
  64.  
  65.