home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
commadio
/
pcb1
/
pcbswd3.exe
/
PCBSZ.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-12-09
|
166b
|
9 lines
echo off
if exist pcberr.fil del pcberr.fil
dsz.com handshake both pB4096 z pb1 sz %3
if errorlevel 1 goto bad
goto end
:bad
copy pcberr.old pcberr.fil
:end