home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 417.img / PCB145-3.ZIP / BOARD.BAT < prev    next >
DOS Batch File  |  1990-11-07  |  371b  |  19 lines

  1. @echo off
  2. d:\dv\dvansi
  3. c:
  4. cd\pcb
  5. set pcb=/swap
  6. set dszlog=c:\pcb\pcbdsz.log
  7. if exist remote.bat rename remote.bat remote.sys
  8. if exist event.bat rename event.bat event.sys
  9. if exist door.bat del door.bat
  10. if exist endpcb del endpcb
  11. pcb145
  12. if exist remote.bat remote
  13. if exist door.bat door
  14. if exist event.bat event
  15. if exist endpcb goto end
  16. board
  17. :end
  18. exit
  19.