home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
opus
/
drlk223a.arc
/
BARONS.BAT
next >
Wrap
DOS Batch File
|
1989-12-14
|
236b
|
11 lines
echo off
Echo Example batch file for running BARONS as PCBv 14 DOOR
cd \opus
drlink /lC:\opus\lastuse1.bbs /4C:\DOORS\PCB14\ /U /t30
if errorlevel 1 goto QUIT
cd \DOORS
BARONS 1 C:\DOORS\PCBU14\ PCBOARD14
cd \doors
:QUIT
EXIT