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 >
DOS Batch File  |  1992-12-09  |  368b  |  16 lines

  1. echo off
  2. cd\pcb
  3. set pcb=/blim:10/max:100/fast/nosubs
  4. set dszlog=\pcb\pcbdsz.log
  5. if exist remote.bat rename remote.bat remote.sys
  6. if exist event.bat rename event.bat event.sys
  7. if exist door.bat del door.bat
  8. if exist endpcb del endpcb
  9. pcboard
  10. if exist remote.bat remote
  11. if exist door.bat door
  12. if exist event.bat event
  13. if exist endpcb goto end
  14. board
  15. :end
  16.