home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Orlando_1993 / Devcon93.2 / AmigaGuide / AG_V34 / InstallAmigaGuide < prev    next >
Encoding:
AmigaDOS Script File  |  1992-12-31  |  1.2 KB  |  48 lines

  1. .key none
  2. .bra {
  3. .ket }
  4.  
  5. ;$VER: InstallAmigaGuide 33.67 (31.12.92)
  6.  
  7. failat 21
  8.  
  9. version >NIL: amigaguide.library 34 6
  10. if warn
  11.    echo "Installing amigaguide.library version 34.6"
  12.    copy libs/amigaguide.library libs: clone
  13. else
  14.    echo "Not installing amigaguide.library 34.6 because newer/same version"
  15.    echo "is already present"
  16. endif
  17.  
  18. version >NIL: SYS:Utilities/WDisplay 34 1
  19. if warn
  20.    echo "Installing WDisplay version 34.1"
  21.    copy utilities/WDisplay SYS:Utilities clone
  22.    copy utilities/WDisplay.info SYS:Utilities clone
  23. else
  24.    echo "Not installing WDisplay 34.1 because newer/same version is present"
  25. endif
  26.  
  27. version >NIL: SYS:Utilities/Amigaguide 33 67
  28. if warn
  29.    echo "Installing Amigaguide version 33.67"
  30.    copy utilities/Amigaguide SYS:Utilities clone
  31.    copy utilities/Amigaguide.info SYS:Utilities clone
  32. else
  33.    echo "Not installing Amigaguide 33.67 because newer/same version is present"
  34. endif
  35.  
  36. version >NIL: s:help.guide 33 67
  37. if warn
  38. ; This could be placed anywhere, as long as you add
  39. ; the path name to the AmigaGuide/Path environment variable.
  40.    echo "Installing help.guide 33.67 in s:"
  41.    copy s/help.guide s: clone
  42. else
  43.    echo "Not installing help.guide 33.67 because newer/same version is present"
  44. endif
  45.  
  46.  
  47. wait 8
  48.