home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / WCHK_10.ZIP / WINCHECK.DOC < prev    next >
Text File  |  1993-09-12  |  4KB  |  142 lines

  1.  
  2.  
  3.                        ============================
  4.                               Winner Checker!
  5.                               ~~~~~~~~~~~~~~~
  6.                           A free utility for the
  7.                               T&J Lotto Door!
  8.                        ============================
  9.                        COPYRIGHT 1993 T&J Software
  10.  
  11.         One of the T&J Software Collection of multi-BBS door programs.
  12.            Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS, Spitfire,
  13.              UltraBBS, Telegard, TriBBS, Remote Access, WWIV, and
  14.                             Digiboard support!
  15.  
  16.                        VERSION 1.00     09/12/93
  17.  
  18.                                    By
  19.  
  20.                                Tom Wildoner
  21.                              397 West Broadway
  22.                               Jim Thorpe, PA
  23.                                   18229
  24.                             VOICE (717)325-9480
  25.                    *between 5:30 & 9:30 p.m. Eastern Time
  26.  
  27.                                   From
  28.  
  29.                                The T&J BBS
  30.                               (717)325-9481
  31.                         1200/2400/9600/19200/38400
  32.                                24 Hours/Day
  33.  
  34. LATEST VERSION:
  35. ===============
  36.  
  37. Please call the T&J BBS for the latest version of this program.
  38.  
  39. LEGALITIES:
  40. ===========
  41.  
  42. THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS" WITHOUT
  43. WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO ANY
  44. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  45. IN NO EVENT SHALL ANYONE INVOLVED WITH THE CREATION AND PRODUCTION OF THIS
  46. PRODUCT BE LIABLE FOR INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING
  47. OUT OF ANY USE THEREOF OR BREACH OF ANY WARRANTY.
  48.  
  49. DISTRIBUTION:
  50. =============
  51.  
  52. You may make this file available for downloading from your BBS or you may
  53. upload it to any BBS of your choice, provided that you do not make any
  54. changes to the contents of the archive (ZIP file). The archive and its
  55. individual contents may not be used by any service that charges any money
  56. whatsoever, without the written permission of the author.
  57.  
  58. PROGRAM DESCRIPTION:
  59. ====================
  60.  
  61. WINCHECK! is a program to check the SYSOP.LOG file from the T&J Lotto
  62. Door game.  It's run right after you perform the nightly maintenance
  63. on T&J Lotto.  Basically, WINCHECK! checks the log each night and
  64. determines if somebody has won at the lotto drawings.  If somebody has
  65. won, it will create a file called SOMEBODY.WON.  Using your batch file
  66. you may then take action if the file exists.
  67.  
  68. MAINTENANCE!:
  69. ============
  70.  
  71. Here's how I run it! This sample is written for Wildcat! BBS, please
  72. consult your individual BBS's docs for other methods.
  73.  
  74. Somewhere down my night maintenance routines....
  75. .
  76. .
  77. cd\wc30\door\lotto
  78. tjlotto lotto
  79. wincheck
  80. if exist somebody.txt goto WON
  81. goto CONT
  82. :WON
  83. del somebody.txt
  84. cd\wc30
  85. postmstr /I:winner.txt /T:Tom Wildoner /F:WinCheck! /S:Winner! /C:0
  86. :CONT
  87. cd\wc30\door\market
  88. moneym maint
  89. .
  90. .
  91.  
  92. 1.] Run the lotto maintenance as normal.
  93. 2.] Run WinCheck! in the lotto directory.
  94. 3.] If a winner is found, then I branch to :WON, delete the
  95.     SOMEBODY.WON file and then run POSTMASTER. POSTMASTER is kept in
  96.     my WC30 directory.
  97. 4.] I then continue the normal maintenance run.
  98.  
  99. POSTMASTER is COPYRIGHT Boardwalk Software and Dave Cody
  100.  
  101. POSTMASTER COMMAND LINES USED:
  102.  
  103. /I:winner.txt      This is a text file that will be sent, keep it in
  104.                    your WC30 directory with POSTMASTER.
  105. /T:<name>          Who the message is going to.
  106. /F:<from>          Who the message is from.
  107. /S:<subject>       Subject of the message.
  108. /C:<conference>    Conference the message should be written.
  109.  
  110. THANKS!
  111. =======
  112.  
  113. Special thanks to Scott Siemms from The Edge of Reality! BBS at
  114. (416)767-5774 for his suggestion to write this program!
  115.  
  116. FUTURE VERSIONS:
  117. ================
  118.  
  119. --->> Let me know what you would like to see!
  120.  
  121.  
  122. VERSION HISTORY:
  123. ===============
  124.  
  125. Version 1.00 -- First released on 09-12-1993
  126.  
  127. TIPS & HINTS:
  128. ============
  129.  
  130. See the TJHELP.TXT file.
  131.  
  132. REGISTERING:
  133. ============
  134.  
  135. That's all there is to it! If you have any problems or questions
  136. please feel free to call the T&J BBS at (717)325-9481 and join the
  137. T&J Software Conference.
  138.  
  139. This is a FREE utility program!
  140.  
  141. See the enclosed registration form for ordering!  (REGISTER.TXT)
  142.