home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / games / gmblmt93.zip / GM93.BAT < prev    next >
DOS Batch File  |  1993-08-17  |  3KB  |  132 lines

  1. ECHO OFF
  2. cls
  3. break on
  4. print/d:prn>nul
  5. :start
  6. cls
  7. f1
  8. if exist BACKUP\*.* goto start2
  9. if not exist BACKUP\*.* md BACKUP
  10. COPY WK*.93 BACKUP > NUL
  11. COPY F*.93 BACKUP > NUL
  12. COPY WL*.93 BACKUP > NUL
  13. COPY GM*.93 BACKUP > NUL
  14. COPY PO*.93 BACKUP > NUL
  15. COPY PT*.93 BACKUP > NUL
  16. COPY *.S? BACKUP > NUL
  17. :start2
  18. KEYPRESS $
  19. if errorlevel 1 goto nflmenu
  20. goto start2
  21. :nflmenu
  22. cls
  23. if exist return del return
  24. f2
  25. :nflstart
  26. KEYPRESS 0 1 2 3 4 5 6 7
  27. if errorlevel 8 goto gmprint
  28. if errorlevel 7 goto record
  29. if errorlevel 6 goto whatif
  30. if errorlevel 5 goto chknfl
  31. if errorlevel 4 goto checks
  32. if errorlevel 3 goto scores
  33. if errorlevel 2 goto predict
  34. if errorlevel 1 goto mainexit
  35. goto nflstart
  36. :mainexit
  37. cls
  38. gmbye
  39. goto bye
  40. :record
  41. cls
  42. record
  43. goto nflmenu
  44. :whatif
  45. cls
  46. whatif
  47. goto nflmenu
  48. :chknfl
  49. cls
  50. chknfl
  51. goto nflmenu
  52. :checks
  53. cls
  54. checks
  55. goto nflmenu
  56. :predict
  57. cls
  58. predict
  59. if exist gen93.bat goto predall
  60. goto nflmenu
  61. :predall
  62. cls
  63. if exist sys1temp.93 del sys1temp.93
  64. if exist sys2temp.93 del sys2temp.93
  65. if exist sys3temp.93 del sys3temp.93
  66. if exist SAVER.OUT del SAVER.OUT
  67. if exist SAVERTMP.93 del SAVERTMP.93
  68. echo.
  69. echo WORKING on GAMBLER'S MATE SYSTEM 1 (TRENDS)...
  70. trends
  71. cls
  72. echo.
  73. echo WORKING on GAMBLER'S MATE SYSTEM 2...
  74. system2 
  75. cls
  76. echo.
  77. echo WORKING on GAMBLER'S MATE SYSTEM 3...
  78. system3
  79. if exist SAVER.OUT del SAVER.OUT
  80. cls
  81. echo All GAMBLER'S MATE systems have been GENERATED.
  82. if exist gen93.bat del gen93.bat
  83. gmprint
  84. goto nflmenu
  85. :scores
  86. cls
  87. scores
  88. if exist return goto nflmenu
  89. if exist regen93.bat goto regen
  90. wkupdate
  91. if exist gmbu.bat call gmbu.bat
  92. if exist gmbu.bat del gmbu.bat
  93. if exist return goto nflmenu
  94. gmprint
  95. goto nflmenu
  96. :regen
  97. echo off
  98. cls
  99. if exist sys1temp.93 del sys1temp.93
  100. if exist sys2temp.93 del sys2temp.93
  101. if exist sys3temp.93 del sys3temp.93
  102. if exist SAVER.OUT del SAVER.OUT
  103. if exist SAVERTMP.93 del SAVERTMP.93
  104. echo.
  105. echo Now REGENERATING the GAMBLER'S MATE TRENDS (SYSTEM 1) output.  Please WAIT...
  106. trends
  107. cls
  108. echo.
  109. echo Now REGENERATING the GAMBLER'S MATE SYSTEM 2 output.  Please WAIT...
  110. system2
  111. cls
  112. echo.
  113. echo Now REGENERATING the GAMBLER'S MATE SYSTEM 3 output.  Please WAIT...
  114. system3
  115. if exist SAVER.OUT del SAVER.OUT
  116. cls
  117. echo.
  118. echo All GAMBLER'S MATE systems are REGENERATED.  Now beginning UPDATE routines.
  119. echo.
  120. if exist regen93.bat del regen93.bat
  121. wkupdate
  122. if exist gmbu.bat call gmbu.bat
  123. if exist gmbu.bat del gmbu.bat
  124. if exist return goto nflmenu
  125. gmprint
  126. goto nflmenu
  127. :gmprint
  128. cls
  129. gmprint
  130. goto nflmenu
  131. :bye
  132.