; Install Hce to a Hard Drive. By Jason Petty,1994 ; This script requires that you boot from Workbench and that ; workbench is installed to your Hard Drive. ; note: This script has not been tested and may fail!. cd SYS: Echo " INSTALL HCE TO A HARD DRIVE - By Jason Petty, 1994" Echo " " Echo "IMPORTANT: " Echo " This script will only work if you have booted from Workbench," Echo " and if Workbench is Installed to your Hard Drive." Echo " Intallation will take up around 550K`s worth of drive space." Echo " " Echo " NOTE: This script is Untested!, and may Fail.!" Echo " " Ask " Do you want to quit and load Workbench? - (Y/N)" If WARN EndCLI Endif failat 21 ; Make required dirs Makedir SYS:bin SYS:include SYS:lib ; Copy bin dir and configuration files. copy HCE:bin SYS:bin ALL copy HCE:Hce.config HCE:s/system-configuration SYS:Devs ; Copy Includes. copy HCE:include SYS:include ALL ; Copy Libs copy HCE:lib SYS:lib ALL ; Copy Hce`s script files and Icon file. copy HCE:HCE_1MB.info SYS:HCE_HD.info copy HCE:s/HCE_HD SYS: copy HCE:s/HCE_HD.script SYS: Echo " " Echo "ALL-DONE..." Echo "Now boot from Workbench and Click on the Hce Icon." Ask "Hope it works!. (Press return to exit)" EndCLI >NIL: