home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
misc
/
mathplot.lha
/
MathPlot
/
InstallLibs
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-12-15
|
216 b
|
10 lines
echo "You need mtool.library in LIBS:*N"
if exists libs:mtool.library
echo "Found version:"
version mtool.library
else
echo "I'll install the library for you !"
copy mtool.library to libs:
endif
echo "*NReady !"