I am using a FreeDOS floppy boot disk made from sys.com of FreeDOS (I am using them on virtual box and floppy disk is virtual).
I have wasted all my day trying to make an AUTOEXEC.BAT which loads ctmouse (an app for using a mouse on FreeDOS), and HIMEMX (High Memory Manager).
With ctmouse, I just use
lh A:\folder\CTMOUSE.EXE
which works perfectly, while
DEVICE=A:\HIMEMX.EXE
does not work. It gives the error:
Bad command or filename -'DEVICE'.
Could anybody help? I have tried several things to solve this problem, but none of them worked.