home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / opus / drlk223a.arc / BATDOOR.BAT < prev    next >
DOS Batch File  |  1989-12-14  |  301b  |  15 lines

  1. echo off
  2. echo sample batch file to run DOORPCH doors with DRLINK
  3. set LIB=E:\DOORS\CHESS
  4. set DOORPCH=PCB
  5. echo off
  6. drlink /lC:\opus\lastus01.bbs /4C:\doors\chess /U /CE:\opus\drlink.prm
  7. if errorlevel 1 goto QUIT
  8. cd\doors\chess
  9. batdoor batdoor.cfg
  10. cd \opus
  11. :QUIT
  12. set DOORPCH=
  13. set LIB=
  14. EXIT
  15.