home *** CD-ROM | disk | FTP | other *** search
- .
-
- echo "WARNING: This script file will make modifications to your current"
- echo " SYS: disk by deleting and adding files! You should only"
- echo " execute this script file after re-booting your Amiga with"
- echo " an unmodified WorkBench that is to be used exclusively"
- echo " with The A64 Package! For more information on this script"
- echo " file see the GETTING STARTED section of the documentation."
- echo ""
-
- ask "Do you wish to continue? (Y/N)"
- if not warn
- skip END
- endif
-
- echo ""
- echo "Renaming disk..."
- relabel sys: "A64WB"
-
- echo "Deleting fonts..."
- makedir ram:fonts
- makedir ram:fonts/diamond
- copy fonts:diamond/12 ram:fonts/diamond quiet
- copy fonts:diamond.font ram:fonts quiet
- cd ram:
- assign fonts: ram:fonts
- delete sys:fonts all quiet
- makedir sys:fonts
- assign fonts: sys:fonts
- copy ram:fonts fonts: all quiet
- delete ram:fonts all quiet
-
- echo "Installing A64 font..."
- copy A64:TheA64Package/fonts fonts: all quiet
-
- echo "Deleting utilities..."
- cd sys:utilities
- makedir ram:utilities
- copy more#? ram:utilities quiet
- copy NotePad#? ram:utilities quiet
- delete #? quiet
- copy ram:utilities sys:utilities quiet
- delete ram:utilities all quiet
-
- echo "Copying A64Utilities..."
- if not exists sys:A64Utilities
- makedir sys:A64Utilities
- endif
- copy "A64 Doc & Utils:A64Utilities.info" sys: quiet
- copy "A64 Doc & Utils:A64Utilities" sys:A64Utilities all quiet
-
- echo ""
- echo "To use The A64 Package's Shell based utilities you should either"
- echo "add the following line to your Startup-Sequence or type it when"
- echo "you first open a Shell window."
- echo ""
- echo " path sys:A64Utilities add"
- echo ""
- wait 30
-
- lab end
- cd sys:
-