home *** CD-ROM | disk | FTP | other *** search
/ 101 OnLy ThE BeSt GaMeS 7 / 101onlythebestgames7techexpresssoftware1996.iso / fun / bustmove / 2p.bat next >
DOS Batch File  |  1996-01-09  |  148b  |  9 lines

  1. @echo off
  2. :loop
  3. rem Put in your port and speed here
  4. bustmove -P2 -B2
  5. if ERRORLEVEL == 1 goto end
  6. goto loop
  7. :end
  8. echo Bubble Crack Finished!
  9.