home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
UTILITY
/
SCREEN
/
GNUTCAP.ZIP
/
MK.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1989-10-30
|
159 b
|
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