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

  1.  
  2.  
  3.                      ╖  ╓ ╥─╖ ╖   ╖ ╓ ╓─╖ ╥─╖ ╖  ─╥─                 
  4.                      ╙╖╓╜ ╟─╜ ║   ║ ║ ╙─╖ ╟─╢ ║   ║                  
  5.                       ╙╜  ╨   ╙─╜ ╙─╜ ╙─╜ ╨─╜ ╙─╜ ╨                  
  6.                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 
  7.  
  8.    PCB, ANSI/ASCII and RipScript Bulletin Generator for Voter Plus (tm).
  9.  
  10.     VPlusBLT Copyright 1992-94 Keith N. Cochran - All Rights Reserved.
  11.  
  12.  
  13.  
  14. Overview:
  15.  
  16. I've had many users of Voter Plus suggest that they would like a way
  17. to allow their callers to view the results of the Voter Plus door 
  18. without actually having to enter the door. 
  19.  
  20. Well, here is it.
  21.  
  22.  
  23. Operation:
  24.  
  25. Simply copy the VPLUSBLT.EXE into the same directory where VOTER.EXE 
  26. resides.  Add a line to the door batch file that calls Voter Plus.
  27.  
  28. The syntax is:
  29.  
  30. VPLUSBLT [ /ANS:Fname /ASC:Fname /PCB:Fname /RIP:Fname ] [ /TYPE:Style ]
  31.  
  32. You must specify at least one /xxx:Fname parameter.  /TYPE: is only needed
  33. when making a RIP style file and valid choices are "BAR" or "PIE".
  34. The default is "BAR".
  35.  
  36. I would suggest calling this program AFTER the door is run, so the results 
  37. will always be up-to-date.
  38.  
  39. If the optional file "VPLUSBLT.HDR" is found, it will be added to the 
  40. beginning of the file "Filename".  A sample VPLUSBLT.HDR file is included.
  41. There are two macros that may be embedded in the VPLUSBLT.HDR file.  They
  42. are +DATE+ and +TIME+.  If found, they will be replaced with the Date and
  43. Time that the bulletin file was last updated.  This is NOT used with the
  44. RIP style bulletin.
  45.  
  46. An optional file named "VPLUSBLT.CFG" may contain up to 4 lines.  The first 
  47. being @CLS@ which will preceed the display of each booth.  The second line 
  48. may contain @MORE@ or @PAUSE@. and will follow the display of each booth.
  49.  
  50. Lines 3 and 4 are only used when making RIP files, and are NOT optional if
  51. you plan to make RIP files.
  52.  
  53. Line 3 MUST contain @WAIT@ or an equivalent macro that will generate a
  54. "Press Enter to Continue" type prompt.
  55.  
  56. Line 4 MUST contain the character that the RIP file should return to the
  57. BBS to stop displaying the file.  In the case of PCBoard, this character
  58. would be a "N".
  59.  
  60. For PCBoard the file would contain:
  61.  
  62. @CLS@
  63. @MORE@
  64. @WAIT@
  65. N
  66.  
  67. Lines 2, 3 and 4 MUST contain an entry if you wish to generate RIP bulletins.
  68.  
  69.  
  70.  
  71. VOTERBLT must be run from the same directory where VOTER.DAT and VOTER.CNF are.
  72.  
  73.  
  74. Registration:
  75.  
  76. VPlusBlt is Copyright 1992-94 Keith N. Cochran.
  77.  
  78. VPlusBlt is being released as FREEWARE.  You may use it forever with no
  79. other obligations whatsoever.  Please do not modify it or take credit for
  80. it.
  81.  
  82.  
  83. Support:
  84.  
  85. Questions, comments, or suggestions are always welcome.
  86.  
  87. You may leave E-Mail on SaltAir BBS, FIDO's Door Development Echo,
  88. or RIME's SysOps or Doors conferences.
  89.  
  90.