home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
compress
/
diskarchivers
/
xmash_v1.0
/
install_libraries
< prev
next >
Wrap
Text File
|
1995-02-27
|
338b
|
20 lines
echo "Do you want to install the following librarys to LIBS:"
echo ""
type versionlist
echo ""
ask "Yes/No ?"
if warn
copy libs libs: all
if warn
echo "Installation Of Library Files Failed."
echo "Please Check Your System"
else
echo "Installed OK"
endif
else
echo "Cancelled!"
endif
ask "press RETURN to continue"