home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d918 / multiplot.lha / MultiPlot / Plt / Install_Plt_WB2.0 < prev    next >
Text File  |  1993-10-04  |  556b  |  16 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 >NIL: 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 "Note that PLTDATA: needs to be assigned for PLT: to run."
  13. echo "Please add this assignment to your s:startup-sequence."
  14. echo "Use close gadget to exit."
  15.  
  16.