home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo sample batch file to run DOORPCH doors with DRLINK
- set LIB=E:\DOORS\CHESS
- set DOORPCH=PCB
- echo off
- drlink /lC:\opus\lastus01.bbs /4C:\doors\chess /U /CE:\opus\drlink.prm
- if errorlevel 1 goto QUIT
- cd\doors\chess
- batdoor batdoor.cfg
- cd \opus
- :QUIT
- set DOORPCH=
- set LIB=
- EXIT
-