home *** CD-ROM | disk | FTP | other *** search
- Echo " This Script was designed to delete a"
- Echo ""
- Echo " large number of files"
- Echo ""
- Echo " on your system disk labeled copy_of_Workbench1.3:"
- Echo ""
- Echo " To make room for"
- Echo ""
- Echo " the files nessary for Page Monster Appetizer to work"
- Echo ""
- Echo "IMPORTANT: MAKE SURE YOUR SYSTEM DISK IS IN DF0 BEFORE PROCEEDING "
- Echo ""
- Ask " Do you Really want to do this ? ( Y / N ) "
- if warn
- relabel df0: copy_of_Workbench1.3
-
- delete copy_of_Workbench1.3:Prefs/CopyPrefs
- delete copy_of_Workbench1.3:Prefs/CopyPrefs.info
- delete copy_of_Workbench1.3:Prefs/Pointer.info
- delete copy_of_Workbench1.3:Prefs/Preferences
- delete copy_of_Workbench1.3:Prefs/Preferences.info
- delete copy_of_Workbench1.3:Prefs/Printer.info
- delete copy_of_Workbench1.3:Prefs/Serial.info
- delete copy_of_Workbench1.3:Utilities/Calculator
- delete copy_of_Workbench1.3:Utilities/Calculator.info
- delete copy_of_Workbench1.3:Utilities/Clock
- delete copy_of_Workbench1.3:Utilities/Clock.info
- delete copy_of_Workbench1.3:Utilities/ClockPtr
- delete copy_of_Workbench1.3:Utilities/ClockPtr.info
- delete copy_of_Workbench1.3:Utilities/CMD
- delete copy_of_Workbench1.3:Utilities/CMD.info
- delete copy_of_Workbench1.3:Utilities/GraphicDump
- delete copy_of_Workbench1.3:Utilities/GraphicDump.info
- delete copy_of_Workbench1.3:Utilities/InstallPrinter
- delete copy_of_Workbench1.3:Utilities/InstallPriter.info
- delete copy_of_Workbench1.3:Utilities/More
- delete copy_of_Workbench1.3:Utilities/More.info
- delete copy_of_Workbench1.3:Utilities/Notepad
- delete copy_of_Workbench1.3:Utilities/NotePad.info
- delete copy_of_Workbench1.3:Utilities/PrintFiles
- delete copy_of_Workbench1.3:Utilities/PrintFiles.info
- delete copy_of_Workbench1.3:Utilities/Say
- delete copy_of_Workbench1.3:Utilities/Say.info
- delete copy_of_Workbench1.3:fonts/diamond/12
- delete copy_of_Workbench1.3:fonts/diamond/20
- delete copy_of_Workbench1.3:fonts/emerald/17
- delete copy_of_Workbench1.3:fonts/emerald/20
- delete copy_of_Workbench1.3:fonts/garnet/9
- delete copy_of_Workbench1.3:fonts/garnet/16
- delete copy_of_Workbench1.3:fonts/opal/9
- delete copy_of_Workbench1.3:fonts/opal/12
- delete copy_of_Workbench1.3:fonts/ruby/8
- delete copy_of_Workbench1.3:fonts/ruby/12
- delete copy_of_Workbench1.3:fonts/ruby/15
- delete copy_of_Workbench1.3:fonts/sapphire/14
- delete copy_of_Workbench1.3:fonts/sapphire/19
- delete copy_of_Workbench1.3:fonts/diamond.font
- delete copy_of_Workbench1.3:fonts/emerald.font
- delete copy_of_Workbench1.3:fonts/garnet.font
- delete copy_of_Workbench1.3:fonts/opal.font
- delete copy_of_Workbench1.3:fonts/ruby.font
- delete copy_of_Workbench1.3:fonts/sapphire.font
- delete copy_of_Workbench1.3:Devs/printers all
-
- delete copy_of_Workbench1.3:System/Diskcopy
- delete copy_of_Workbench1.3:System/Diskcopy.info
- delete copy_of_Workbench1.3:System/FixFonts
- delete copy_of_Workbench1.3:System/FixFonts.info
- delete copy_of_Workbench1.3:System/Format
- delete copy_of_Workbench1.3:System/Format.info
- delete copy_of_Workbench1.3:System/InitPrinter
- delete copy_of_Workbench1.3:System/IniPrinter.info
- delete copy_of_Workbench1.3:System/MergMem
- delete copy_of_Workbench1.3:System/MergMem.info
- delete copy_of_Workbench1.3:System/NoFastMem
- delete copy_of_Workbench1.3:System/NoFastmom.info
- delete copy_of_Workbench1.3:c/Avail
- delete copy_of_Workbench1.3:c/Diskchange
- delete copy_of_Workbench1.3:c/Diskdoctor
- delete copy_of_Workbench1.3:c/Edit
- delete copy_of_Workbench1.3:c/Install
- delete copy_of_Workbench1.3:c/Info
- delete copy_of_Workbench1.3:libs/translator.library
- delete copy_of_Workbench1.3:devs/narrator.device
- Endif
-
- If Exists APPETIZER.1:LHA
- execute APPETIZER.1:decompress.scpt
- Endif
- makedir APPETIZER.1:c
- copy sys:c/copy Appetizer.1:c
- copy sys:c/delete Appetizer.1:c
- copy sys:c/makedir Appetizer.1:c
- if exists sys:c/show
- copy sys:c/show Appetizer.1:c
- endif
- ASK "Is the APPEND command copied to your APPETIZER.1 Disk ( Y / N ) "
- if warn
- copy Appetizer.1:Append Appetizer.1:c
- else
- echo "Append is not in the sys:c/directory"
- echo "please install this in appetizer.1:c before proceeding"
- endif
- makedir copy_of_Workbench1.3:fonts/Thin
- copy APPETIZER.1:fonts/Thin/7 copy_of_Workbench1.3:fonts/Thin
- copy APPETIZER.1:fonts/Thin.font copy_of_Workbench1.3:fonts
- echo " INSTALLATION SUCCESSFUL PLEASE REBOOT YOUR SYSTEM NOW !"
- WAIT 4
- ENDCLI
-