home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / cdrom / Player / Interplay3.1 / Install.script next >
Text File  |  1995-08-28  |  1KB  |  37 lines

  1. echo "Installation script for Interplay V3.1"
  2. echo " --------------------------------------"
  3. echo "" 
  4. echo "This script will install the system-files for Interplay. Not the program"
  5. echo "itself. To do so, just drag the Interplay icon to your desired drawer."
  6. echo ""
  7. ask "Do you want to continue ? (y/n)"
  8. if warn
  9.  
  10.     echo "Copying preferences..."
  11.     copy env/#? ENV: ALL
  12.     copy env/#? ENVARC: ALL
  13.     echo ""
  14.     echo ""
  15.     echo "If this is the first time you install Interplay, answer 'Y' on this"
  16.     echo "prompt. If you answer 'N' on the prompt, a default artist list will"
  17.     echo "be installed. Remember that this procedure will replace the the old 
  18.    echo "interplay.list (in s:) if one is present already."
  19.     echo ""
  20.     ask "Install new list ? (y/n)"
  21.     if warn
  22.         echo ""
  23.         echo "A new Interplay.list is copied and can be found in your S: directory"
  24.         copy s/#? s:
  25.     endif
  26.     echo ""
  27.     echo "Installation complete..."
  28.     echo ""
  29.     echo ""
  30.     echo "Now drag the Interplay and the document icon to your desired drawer!"
  31.     echo "Interplay can be started by double clicking on its icon or from CLI."
  32.     Wait 10
  33. endif
  34. echo ""
  35. echo ""
  36. echo "Installation aborted..."
  37.