home *** CD-ROM | disk | FTP | other *** search
- echo " Anthony Smiths Notepad Install file."
- echo " This IS as idiot proof as poss but If you mess up your Disk"
- echo " its because you didnt follow the Instructions."
- echo " Load Workbench 1.2/3 Before you Execute This File."
- echo " Write protect Workbench before running."
- delete ram:#? all
- copy sys:c/echo ram: quiet
- copy sys:c/ask ram: quiet
- copy sys:c/cd ram: quiet
- copy sys:c/copy ram: quiet
- copy sys:c/delete ram: quiet
- copy sys:c/makedir ram: quiet
- copy sys:c/install ram:
- copy sys:c/join ram:join
- makedir ram:fonts
- makedir ram:libs
- copy sys:fonts ram:fonts all
- copy sys:system/setmap ram:
- cd ram:
- echo " WAIT FOR DRIVES TO STOP"
- echo "Put a Formatted disk in DF0: I WILL DELETE any files left on it."
- ask " Press return when ready."
- delete df0:#? all
- install df0:
- delete ram:install
- makedir df0:devs
- makedir df0:s
- makedir df0:c
- makedir df0:devs/keymaps
- makedir df0:devs/printers
- makedir df0:fonts
- makedir df0:libs
- makedir ram:devs
- makedir ram:devs/printers
- makedir ram:devs/keymaps
- echo > ram:1 " Setmap gb "
- echo > ram:2 " notepad "
- join ram:1 ram:2 as ram:3
- copy ram:3 df0:s/startup-sequence
- delete ram:1
- delete ram:2
- delete ram:makedir
- copy ram:fonts df0:fonts all
- copy ram:setmap df0:c quiet
- echo " WAIT FOR DRIVES TO STOP"
- echo " Check Workbench is in any drive (Single Drive People Put it back in DF0:)"
- ask " Press <RETURN> When Ready."
- cd sys:
- delete ram:fonts all
- delete ram:setmap quiet
- copy sys:devs ram:devs
- copy sys:devs/printers ram:devs/printers
- cd ram:
- echo " WAIT FOR DRIVES TO STOP"
- echo " Put Your New NotePad Disk in DF0:"
- ask " Press <RETURN> when ready."
- copy ram:devs df0:devs all
- delete ram:devs/printers all
- echo " WAIT FOR DRIVES TO STOP"
- echo " Check Workbench is in any Drive(Single Drive People put it back in DF0:)"
- ask " Press <RETURN> to continue"
- copy sys:devs/keymaps ram:devs/keymaps all
- copy sys:devs ram:devs
- echo " WAIT FOR DRIVES TO STOP"
- echo " Put Your New NotePad Disk in DF0:"
- ask " Press <RETURN> when ready."
- copy ram:devs/keymaps df0:devs/keymaps
- copy ram:devs df0:devs
- delete ram:devs all
- echo " WAIT FOR DRIVES TO STOP"
- echo " Check Workbench is in any Drive(Single Drive People put it back in DF0:)"
- ask " Press <RETURN> to continue"
- copy sys:libs ram:libs quiet
- copy sys:utilities/notepad ram: quiet
- copy sys:utilities/notepad.info ram: quiet
- echo " WAIT FOR DRIVES TO STOP"
- echo " Put Your New Notepad Disk in DF0:"
- ask " Press <RETURN> when ready."
- copy ram:libs df0:libs all
- copy ram:notepad df0: quiet
- copy raM:notepad.info df0: quiet
- echo " NotePad Stand Alone is now ready SMIFFY 1991."
- echo " Cleaning up ram:"
- echo " WAIT FOR DRIVES TO STOP"
- echo " Check Workbench is in any drive(Single drive Users Put it back in DF0:)"
- ask " Press <RETURN> When ready."
- cd df0:
- delete ram:#? all
- echo " Finished! Now Re-Boot With Your NEW Notepad Disk In DF0: to test it."
-