home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0000 - 0009 / ibm0000-0009 / ibm0003.tar / ibm0003 / WEAVER.ZIP / RUNME.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-05-04  |  592 b   |  23 lines

  1. Echo Off
  2. Cls
  3. Echo Earl Weaver's Baseball V1.5 by Mirage Graphics
  4. Echo A PTL Club crack by The Grand Elusion.  Thanks to Alf!
  5. Echo" 
  6. IF "%1" == "" GOTO NOARG
  7. Showgif -%1 ptl.gif
  8. Weaver
  9. Cls
  10. Echo Thank You for Choosing the PTL Club - Usually The First, And Only The Best!
  11. GOTO DONE
  12. :NOARG
  13. Echo Usage: %0 [e,E,c,j,a]
  14. Echo" 
  15. Echo     Where e,E,c,j,a is one of the following type of video:
  16. Echo     e - EGA Direct (Faster)
  17. Echo     E - EGA Bios (Slow, But Compatible!)
  18. Echo     c - CGA (Blecch!)
  19. Echo     j - PC Jr. or Tandy Graphics System
  20. Echo     a - AT&T 6300
  21. :DONE
  22. Exit
  23.