home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume2
/
ms-termcap
/
MK.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-08-07
|
159b
|
12 lines
if .%1 == . goto usage
:top
cd %1
make -f ../Makefile.lc "MODEL=%1" >make.err
cd ..
shift
if .%1 == . goto end
goto top
:usage
echo usage: mk s p d l
:end