home *** CD-ROM | disk | FTP | other *** search
- .key none
- .bra {
- .ket }
-
- failat 21
-
- echo ""
- if exists s/director.license
- echo "Thank you for purchasing Director!"
- echo "Your contribution will further its development."
- copy s/director.license s: clone quiet
- else
- echo "Thank you evaluating Director!"
- endif
- echo ""
- echo "The software will now be installed automatically."
- echo ""
-
- version >NIL: amigaguide.library 34 11
- if warn
- echo "Installing amigaguide.library version 34.11"
- copy libs/amigaguide.library libs: clone quiet
- else
- echo "Not installing amigaguide.library 34.11 because newer/same version"
- echo "is already present"
- endif
-
- version >NIL: SYS:Utilities/Amigaguide 34 4
- if warn
- echo "Installing Amigaguide version 34.4"
- copy utilities/Amigaguide SYS:Utilities clone quiet
- copy utilities/Amigaguide.info SYS:Utilities clone quiet
- else
- echo "Not installing Amigaguide 34.4 because newer/same version is present"
- endif
-
- version >NIL: s:help.guide 33 67
- if warn
- echo "Installing help.guide 33.67 in s:"
- copy s/help.guide s: clone quiet
- else
- echo "Not installing help.guide 33.67 because newer/same version is present"
- endif
-
- assign >NIL: locale: EXISTS
- if warn
- echo "Not installing Director.guide because AmigaDOS 2.04 does not have a"
- echo "standard directory for it. Please copy the file where you wish and"
- echo "add the path to the migaguide path variable like this:"
- echo " SetEnv AmigaGuide/Path xxxx/mydir/ ADD"
- else
- echo "Installing Director.guide in locale:help/english"
- copy Director.guide#? locale:help/english clone quiet
- endif
-
- copy Director sys:wbstartup quiet
- copy Director.info sys:wbstartup quiet
-
- echo "Done"
- echo ""
- echo "Please reboot your amiga now to finish installation ..."
-
- wait 1000
-