COPY2MWX
========

This utility downloads a MWX file to the keyboard. To create a MWX file you
need the PREH-MWX utility.


Syntax:	COPY2MWX filename[.mwx]


Return value:
	0	Download ok
	1	Syntax or file error
	2	No memory
	5	Error during download


Example for a batch file (e.g. AUTOEXEC.BAT):

	(other commands)

	:retry
	COPY2MWX test
	IF ERRORLEVEL 5 goto retry

	(other commands)
