;
; Prototype - Hard Disc Installer
;
RequestChoice >NIL: "PROTOTYPE HD Installer" "Okay to install fonts and libs to your hard disc?" "Proceed"
;RequestFile DRAWER "SYS:" TITLE "Select where to put PROTOTYPE" DRAWERSONLY >ENV:PROTOINSTALL
;IF WARN
;Echo "PROTOTYPE Installation Aborted."
;Quit 5
;END IF

echo "Copying lowlevel.library to libs...."
Copy libs/lowlevel.library to libs: QUIET
;Copy DISC1:c ALL to SYS:c/ QUIET
;Copy DISC1:devs ALL to SYS:devs/ QUIET
echo "Copying helvetica to fonts.........."
Copy Fonts/ ALL to Fonts: QUIET

Echo ".....All Done."
Wait 2

