home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
449b.lha
/
Multiplot_XLNb
/
Plt
/
install_plt
< prev
next >
Wrap
Text File
|
1990-12-02
|
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."