home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carsten's PPE Collection
/
Carstens_PPE_Collection_2007.zip
/
S
/
SAMPEL!.ZIP
/
PCBRB.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-02-14
|
154b
|
9 lines
echo off
if exist pcberr.fil del pcberr.fil
BIMODEM /L %1 /B %5 /E0 /R %6
if errorlevel 1 goto bad
goto end
:bad
copy pcberr.old pcberr.fil
:end