home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / jbgame3.zip / README.BAT
DOS Batch File  |  1986-11-01  |  980b  |  36 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                        WELCOME TO BUTTONWARE'S GAME SERIES
  4. ECHO 
  5. ECHO    HOW TO START THE GAMES
  6. ECHO 
  7. ECHO      CASTAWAY -
  8. ECHO        1. Be sure the game disk is in drive A
  9. ECHO        2. Type A: and press Enter 
  10. ECHO        3. Type CASTAWAY and press Enter
  11. ECHO 
  12. ECHO      SOUTH AMERICAN TREK -
  13. ECHO        1. Be sure the game disk is in drive A
  14. ECHO        2. Type A: and press Enter 
  15. ECHO        3. Type SAMERICA and press Enter
  16. ECHO 
  17. ECHO      If you are using a graphics monitor that only displays
  18. ECHO      one color you should use the M parameter when starting
  19. ECHO      the games  (i.e.  CASTAWAY M).
  20. ECHO 
  21. ECHO NOTE:  To print out the instructions for the games on your
  22. ECHO        printer restart this file by typing README /P
  23. IF .%1 == ./P GOTO PRINT
  24. IF .%1 == ./p GOTO PRINT
  25. GOTO END
  26. :PRINT
  27. ECHO 
  28. ECHO BE SURE YOUR PRINTER IS ON!
  29. PAUSE
  30. ECHO 
  31. ECHO Printing Document
  32. TYPE A:README.TXT >PRN
  33. :END
  34. ECHO 
  35. PAUSE
  36.