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 >
Text File  |  1990-12-02  |  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.