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 >
Text File  |  1991-03-10  |  424b  |  14 lines

  1. echo "This script will install the PLT: device."
  2. copy devs:mountlist ram:
  3. join ram:mountlist mountlist.frag to devs:mountlist
  4. delete ram:mountlist
  5. echo "The mountlist has been updated."
  6. copy plt-handler l:
  7. echo "The Plt-handler has been copied to the l: directory."
  8. assign PLTDATA: :multiplot/PLT
  9. mount plt:
  10. echo "PLTDATA: has been assigned and PLT: mounted."
  11. echo "Installation complete."
  12. echo "Use close gadget to exit."
  13.  
  14.