home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / director / install < prev    next >
AmigaDOS Script File  |  1995-02-27  |  2KB  |  64 lines

  1. .key none
  2. .bra {
  3. .ket }
  4.  
  5. failat 21
  6.  
  7. echo ""
  8. if exists s/director.license
  9.     echo "Thank you for purchasing Director!"
  10.     echo "Your contribution will further its development."
  11.     copy s/director.license s: clone quiet
  12. else
  13.     echo "Thank you evaluating Director!"
  14. endif
  15. echo ""
  16. echo "The software will now be installed automatically."
  17. echo ""
  18.  
  19. version >NIL: amigaguide.library 34 11
  20. if warn
  21.    echo "Installing amigaguide.library version 34.11"
  22.    copy libs/amigaguide.library libs: clone quiet
  23. else
  24.    echo "Not installing amigaguide.library 34.11 because newer/same version"
  25.    echo "is already present"
  26. endif
  27.  
  28. version >NIL: SYS:Utilities/Amigaguide 34 4
  29. if warn
  30.    echo "Installing Amigaguide version 34.4"
  31.    copy utilities/Amigaguide SYS:Utilities clone quiet
  32.    copy utilities/Amigaguide.info SYS:Utilities clone quiet
  33. else
  34.    echo "Not installing Amigaguide 34.4 because newer/same version is present"
  35. endif
  36.  
  37. version >NIL: s:help.guide 33 67
  38. if warn
  39.       echo "Installing help.guide 33.67 in s:"
  40.       copy s/help.guide s: clone quiet
  41. else
  42.    echo "Not installing help.guide 33.67 because newer/same version is present"
  43. endif
  44.  
  45. assign >NIL: locale: EXISTS
  46. if warn
  47.    echo "Not installing Director.guide because AmigaDOS 2.04 does not have a"
  48.    echo "standard directory for it.  Please copy the file where you wish and"
  49.    echo "add the path to the migaguide path variable like this:"
  50.    echo "      SetEnv AmigaGuide/Path xxxx/mydir/ ADD"
  51. else
  52.    echo "Installing Director.guide in locale:help/english"
  53.    copy Director.guide#? locale:help/english clone quiet
  54. endif
  55.  
  56. copy Director sys:wbstartup quiet
  57. copy Director.info sys:wbstartup quiet
  58.  
  59. echo "Done"
  60. echo ""
  61. echo "Please reboot your amiga now to finish installation ..."
  62.  
  63. wait 1000
  64.