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

  1. echo off
  2. Echo Example batch file for running BARONS as PCBv 14 DOOR
  3. cd \opus
  4. drlink /lC:\opus\lastuse1.bbs /4C:\DOORS\PCB14\ /U /t30
  5. if errorlevel 1 goto QUIT
  6. cd \DOORS
  7. BARONS 1 C:\DOORS\PCBU14\ PCBOARD14
  8. cd \doors
  9. :QUIT
  10. EXIT
  11.