home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
multiplot_467.lzh
/
Multiplot
/
Plt
/
install_plt
< prev
next >
Wrap
Text File
|
1991-03-10
|
424b
|
14 lines
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."