home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
GRAF_UTL
/
CAD650_2.ZIP
/
PROCAD.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-10-19
|
202b
|
16 lines
@echo off
cad %1 %2 %3 %4 %5 %6 %7 %8
if errorlevel 10 goto help
goto exit
:runquiet
cad %1 %2 %3 %4 %5 %6 %7 %8 -q
if errorlevel 10 goto help
goto exit
:help
phdr
goto runquiet
:exit