home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
101 OnLy ThE BeSt GaMeS 7
/
101onlythebestgames7techexpresssoftware1996.iso
/
fun
/
bustmove
/
2p.bat
next >
Wrap
DOS Batch File
|
1996-01-09
|
148b
|
9 lines
@echo off
:loop
rem Put in your port and speed here
bustmove -P2 -B2
if ERRORLEVEL == 1 goto end
goto loop
:end
echo Bubble Crack Finished!