home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
new
/
game
/
think
/
lines
/
installlibs
next >
Wrap
Text File
|
1994-04-24
|
2KB
|
80 lines
.k ""
FailAt 25
set bcol0 "*E[40m"
set bcol2 "*E[42m"
set bold "*E[1m"
set nbold "*E[22m"
;-----------------------------------------------------------------------
set libname "medplayer.library"
set libver "2.0"
set libnamet "$bold$libname$nbold"
set libvert "$bold($libver)$nbold"
Echo "*n $bcol2 Library Installation Script $bcol0*n"
Version >NIL: LIBS:$libname
If NOT ERROR
Echo "The following version of $libnamet is currently in LIBS:"
Version LIBS:$libname
Echo " "
Else
Echo "*nNo existing $libnamet in LIBS:*n"
EndIf
Ask "Install $libnamet version: $libvert ?"
If NOT WARN
Skip LIB2
EndIf
Copy libs/$libname LIBS:$libname
Echo "*n$libnamet $libvert copied to your LIBS: directory."
;-----------------------------------------------------------------------
Lab LIB2
Echo "*n*n"
set libname "powerpacker.library"
set libver "35.344"
set libnamet "$bold$libname$nbold"
set libvert "$bold($libver)$nbold"
Version >NIL: LIBS:$libname
If NOT ERROR
Echo "The following version of $libnamet is currently in LIBS:"
Version LIBS:$libname
Echo " "
Else
Echo "*nNo existing $libnamet in LIBS:*n"
EndIf
Ask "Install $libnamet version: $libvert ?"
If NOT WARN
Skip Done
EndIf
Copy libs/$libname LIBS:$libname
Echo "*n$libnamet $libvert copied to your LIBS: directory."
;-----------------------------------------------------------------------
Lab DONE
Echo "*nInstallation complete.*n"
unset libname
unset libver
unset libnamet
unset libvert
unset bcol0
unset bcol2
Echo "*n*E[3mClick the close gadget to continue! *E[23m*n"
Wait 1
EndCLI >NIL: