home *** CD-ROM | disk | FTP | other *** search
- ;Update_Binaries for NewIcons 4.0 -> 4.1
- ;10-Oct-97
- ;Team NewIcons
-
- C:version >NIL: libs:newicon.library version 40 revision 1
- If warn
- echo "Hmm..it seems you have not installed the full NewIcons V4.0."
- echo "I cannot update something that doesn't exist on your system."
- echo "Please install the main 4.0 archive first, then run this script,"
- echo "or get the 4.1 full install from Aminet or the NewIcons website."
- skip end
- endif
- echo "Installing Utilities to Sys:Utilities..." noline
- copy Utilities/#? Sys:Utilities/ QUIET
- wait
- echo "done."
- wait
- echo "Installing NewIconsPrefs to Sys:Prefs..." noline
- copy Prefs/#? to Sys:Prefs QUIET
- wait
- echo "done."
- wait
- echo "Installing NewIcons executable to C:..." noline
- copy c/#? C: QUIET
- wait
- echo "done."
- echo
- echo "Installation Complete."
- wait 3
- lab end