home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / cdrom / interplay3.0 / install.script next >
Text File  |  1981-06-29  |  820b  |  28 lines

  1. echo "Installation of Interplay V3.0"
  2. echo ------------------------------
  3. echo "" 
  4. echo "Copying preferences..."
  5. copy env/#? ENV: ALL
  6. copy env/#? ENVARC: ALL
  7. echo ""
  8. echo ""
  9. echo "If this is the first time you install Interplay, answer "Y" on this"
  10. echo "prompt. If you answer "N" on the prompt, a default artist list will"
  11. echo "be installed. Remember that it will replace the the old one if present."
  12. echo ""
  13. ask "Install new list ? (y/n)"
  14.  
  15. if warn
  16.     echo ""
  17.     echo "A new Interplay.list is copied and can be found in your S: directory"
  18.     copy s/#? s:
  19. endif
  20.  
  21. echo ""
  22. echo "Installation complete..."
  23. echo ""
  24. echo ""
  25. echo "Now drag the Interplay and the document icon to your desired drawer!"
  26. echo "Interplay can be started by double clicking on its icon or from CLI."
  27. Wait 10
  28.