echo "My Workbench disk."
failat 50
BindDrivers
AddBuffers df0: 16
AddBuffers df1: 16
makedir ram:c
path ram:c
echo " "
echo "copying commands to RAM:C"
run wait 1 +
    copy c:(if|else|endif) to ram:c +
    copy c:(run|assign|cd|list|dir|copy) to ram:c +
    copy c:(x|path|type|NewCLI) to ram:c
date <"CON:0/120/350/25/Enter Date & Time" >nil: ?
if fail
echo "DATE ENTERED INCORRECTLY!"
endif
;this prevents disk thrashing:
if not exists ram:c/NewCLI
   wait 10
endif
;...and again in case
if not exists ram:c/NewCLI
   wait 10
endif
date
if EXISTS sys:system
    path sys:system add
endif
echo " "
echo "Loading WorkBench now..."
LoadWb
failat 10
sili
