echo "This script will install the PLT: device."
copy devs:mountlist ram:
join ram:mountlist mountlist.frag to devs:mountlist
delete ram:mountlist
echo "The mountlist has been updated."
copy plt-handler l:
echo "The Plt-handler has been copied to the l: directory."
assign PLTDATA: :multiplot/PLT
mount plt:
echo "PLTDATA: has been assigned and PLT: mounted."
echo "Installation complete."
echo "Use close gadget to exit."

