home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
commadio
/
pcb1
/
pcbswd3.exe
/
BOARD.BAT
next >
Wrap
DOS Batch File
|
1992-12-09
|
368b
|
16 lines
echo off
cd\pcb
set pcb=/blim:10/max:100/fast/nosubs
set dszlog=\pcb\pcbdsz.log
if exist remote.bat rename remote.bat remote.sys
if exist event.bat rename event.bat event.sys
if exist door.bat del door.bat
if exist endpcb del endpcb
pcboard
if exist remote.bat remote
if exist door.bat door
if exist event.bat event
if exist endpcb goto end
board
:end