.k ""
FailAt 20

set bcol0 "*E[40m"
set bcol2 "*E[42m"
set bold  "*E[1m"
set nbold "*E[22m"

Echo "*n     $bcol2 Prefs Installation Script $bcol0*n"

Echo "*n Recommend answering 'Y' to the following question if: "
Echo " "
Echo "       - Your native language is English "
Echo "       - You intend running MathPlot from the CLI"
Echo " "
Echo " "

Ask "Install prefs to S:"
If NOT WARN
   Skip Aborted
EndIf

Copy mplot.prefs S:

Echo "*nInstallation complete.*n"
Skip END

Lab ABORTED

Echo "*nInstallation aborted!*n"

Lab END

unset bcol0
unset bcol2

Echo "*n*E[3mClick the close gadget to continue! *E[23m*n"

Wait 2
EndCLI >NIL:
