.key none
.bra {
.ket }

;$VER: InstallAmigaGuide 33.67 (31.12.92)

failat 21

version >NIL: amigaguide.library 34 6
if warn
   echo "Installing amigaguide.library version 34.6"
   copy libs/amigaguide.library libs: clone
else
   echo "Not installing amigaguide.library 34.6 because newer/same version"
   echo "is already present"
endif

version >NIL: SYS:Utilities/WDisplay 34 1
if warn
   echo "Installing WDisplay version 34.1"
   copy utilities/WDisplay SYS:Utilities clone
   copy utilities/WDisplay.info SYS:Utilities clone
else
   echo "Not installing WDisplay 34.1 because newer/same version is present"
endif

version >NIL: SYS:Utilities/Amigaguide 33 67
if warn
   echo "Installing Amigaguide version 33.67"
   copy utilities/Amigaguide SYS:Utilities clone
   copy utilities/Amigaguide.info SYS:Utilities clone
else
   echo "Not installing Amigaguide 33.67 because newer/same version is present"
endif

version >NIL: s:help.guide 33 67
if warn
; This could be placed anywhere, as long as you add
; the path name to the AmigaGuide/Path environment variable.
   echo "Installing help.guide 33.67 in s:"
   copy s/help.guide s: clone
else
   echo "Not installing help.guide 33.67 because newer/same version is present"
endif


wait 8
