home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 147.img / PCB142D3.TD0 / BOARD.BAT next >
DOS Batch File  |  1989-12-11  |  345b  |  16 lines

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