home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
019A
/
PCBDEMO.ZIP
/
PCBDISK1.EXE
/
PCBSB.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-05-01
|
160b
|
9 lines
echo off
if exist pcberr.fil del pcberr.fil
BIMODEM /L %1 /B %5 /E0 /U %3 /R %6
if errorlevel 1 goto bad
goto end
:bad
copy pcberr.old pcberr.fil
:end