home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.5 / 1997-08_Disc_3.5.iso / bam2dos / bam2.bat next >
DOS Batch File  |  1997-04-03  |  199b  |  12 lines

  1. @echo off
  2. echo *
  3. echo * To play the Bust-A-Move 2(tm): Arcade Edition demo
  4. echo * press any key, otherwise press ESC to quit:
  5. getkey
  6. if errorlevel 1 goto quit
  7. cd bam2demo
  8. bm2
  9. cd ..
  10. :quit
  11.  
  12.