% Update Cromix-Plus disk 2 if '#1' != '' goto check_arg echo -e No device specified exit %check_arg if #1 = fda goto begin if #1 = fdb goto begin if #1 = fdc goto begin if #1 = fdd goto begin %arg_err echo -e Illegal argument: '"#1"' - must be fda, fdb, fdc or fdd exit %begin d / echo echo Ready to update root disk FROM Cromix-Plus release disk 2 in drive #1 ... echo echo -n "Type RETURN to continue, ^C to abort:" echo -n  %sound bell input create /drive >* /dev/null mount -r #1 /drive %updatefiles cptree -f /drive /usr/help %update complete unmount #1 echo echo " Finished updating root disk from Cromix-Plus disk 2 in drive #1"