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