home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
util
/
injector-2.00.lha
/
Injector
/
QuickStart
< prev
next >
Wrap
Text File
|
1994-07-09
|
1KB
|
64 lines
.k ""
FailAt 25
set bcol0 "*E[40m"
set bcol2 "*E[42m"
set bold "*E[1m"
set nbold "*E[22m"
set libname "errormsg.library"
set libver "1.0"
set libnamet "$bold$libname$nbold"
set libvert "$bold($libver)$nbold"
Echo "*n $bcol2 $libnamet Installation Script $bcol0*n"
assign INJECTOR: /Injector
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 CopyPrefs
EndIf
Copy INJECTOR:ErrorMsg/Libs/$libname LIBS:$libname
Echo "*n$libnamet $libvert copied to your LIBS: directory."
Lab COPYPREFS
Ask "*nCopy sample prefs file to ENV:injector.prefs ?"
If NOT WARN
Skip END
EndIf
Copy INJECTOR:Prefs/Presets/Example.injector ENV:injector.prefs
Echo "*nSample prefs file copied... "
Echo "*nStart up Injector and press lcommand lshift P to review"
Echo "the sample key assignments, then open up an editor, cli "
Echo "window, etc. and try out some of the key sequences... "
Lab END
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 2
EndCLI >NIL: