home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 172.GM92.BAT < prev    next >
DOS Batch File  |  1992-12-10  |  2KB  |  110 lines

  1. ECHO OFF
  2. cls
  3. break on
  4. print/d:prn>nul
  5. :start
  6. cls
  7. f1
  8. :start2
  9. KEYPRESS $
  10. if errorlevel 1 goto nflmenu
  11. goto start2
  12. :nflmenu
  13. cls
  14. if exist return del return
  15. f2
  16. :nflstart
  17. KEYPRESS 0 1 2 3 4 5 6 7
  18. if errorlevel 8 goto gmprint
  19. if errorlevel 7 goto record
  20. if errorlevel 6 goto whatif
  21. if errorlevel 5 goto chknfl
  22. if errorlevel 4 goto checks
  23. if errorlevel 3 goto scores
  24. if errorlevel 2 goto predict
  25. if errorlevel 1 goto mainexit
  26. goto nflstart
  27. :mainexit
  28. cls
  29. gmbye
  30. goto bye
  31. :record
  32. cls
  33. record
  34. goto nflmenu
  35. :whatif
  36. cls
  37. whatif
  38. goto nflmenu
  39. :chknfl
  40. cls
  41. chknfl
  42. goto nflmenu
  43. :checks
  44. cls
  45. checks
  46. goto nflmenu
  47. :predict
  48. cls
  49. predict
  50. if exist gen92.bat goto predall
  51. goto nflmenu
  52. :predall
  53. cls
  54. if exist sys1temp.92 del sys1temp.92
  55. if exist sys2temp.92 del sys2temp.92
  56. if exist sys3temp.92 del sys3temp.92
  57. echo.
  58. echo WORKING on GAMBLER'S MATE SYSTEM 1 (TRENDS)...
  59. trends > trends.out < nul
  60. cls
  61. echo.
  62. echo WORKING on GAMBLER'S MATE SYSTEM 2...
  63. system2 
  64. cls
  65. echo.
  66. echo WORKING on GAMBLER'S MATE SYSTEM 3...
  67. system3
  68. cls
  69. echo All GAMBLER'S MATE systems have been GENERATED.
  70. if exist gen92.bat del gen92.bat
  71. gmprint
  72. goto nflmenu
  73. :scores
  74. cls
  75. scores
  76. if exist return goto nflmenu
  77. if exist regen92.bat goto regen
  78. wkupdate
  79. if exist return goto nflmenu
  80. gmprint
  81. goto nflmenu
  82. :regen
  83. echo off
  84. cls
  85. echo.
  86. echo Now REGENERATING the GAMBLER'S MATE TRENDS (SYSTEM 1) output.  Please WAIT...
  87. trends > trends.out < nul
  88. cls
  89. echo.
  90. echo Now REGENERATING the GAMBLER'S MATE SYSTEM 2 output.  Please WAIT...
  91. system2
  92. cls
  93. echo.
  94. echo Now REGENERATING the GAMBLER'S MATE SYSTEM 3 output.  Please WAIT...
  95. system3
  96. cls
  97. echo.
  98. echo All GAMBLER'S MATE systems are REGENERATED.  Now beginning UPDATE routines.
  99. echo.
  100. if exist regen92.bat del regen92.bat
  101. wkupdate
  102. if exist return goto nflmenu
  103. gmprint
  104. goto nflmenu
  105. :gmprint
  106. cls
  107. gmprint
  108. goto nflmenu
  109. :bye
  110.