home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT125.ZIP / GAMEMENU.TXT < prev    next >
Text File  |  1990-09-16  |  795b  |  59 lines

  1. GAMES MENU
  2. CARS & RACING,Test Drive & Pole Position (3rd tier menu)
  3. READER RABBIT,A game for reading skills
  4. BBALL,A simulation of the well-known pinball game
  5. ULTIMA 21,A game of Blackjack
  6.  
  7. ^cars.txt
  8.  
  9. echo off
  10. cls
  11. echo.
  12. echo.
  13. echo.
  14. echo.
  15. echo    Reader Rabbit would run now if you owned it
  16. echo    and it was called from this batch file!
  17. echo.
  18. echo.
  19. echo.
  20. echo.
  21. echo.
  22. echo.
  23. pause
  24. bf
  25.  
  26. echo off
  27. cls
  28. echo.
  29. echo.
  30. echo.
  31. echo.
  32. echo    BBall would run now if you owned it
  33. echo    and it was called from this batch file!
  34. echo.
  35. echo.
  36. echo.
  37. echo.
  38. echo.
  39. echo.
  40. pause
  41. bf
  42.  
  43. echo off
  44. cls
  45. echo.
  46. echo.
  47. echo.
  48. echo.
  49. echo    Ultima 21 would run now if you owned it
  50. echo    and it was called from this batch file!
  51. echo.
  52. echo.
  53. echo.
  54. echo.
  55. echo.
  56. echo.
  57. pause
  58. bf
  59.