.K ""
echo ""
echo "This script will assign m2: directory to ram: so that "
echo "you can run MPE. You can't compiling etc. because you need"
echo "the Modula 2 programming environment from AMSoft."
echo ""
ask "Do you wish go on ?"
	if WARN
        	echo "Assigning M2: TO RAM:"
                Assign M2: RAM:
        endif

echo "All Done.  Bye !"
endcli
