assign		Assign a drive letter to a different drive
bwbasic		Bywater BASIC Interpreter/Shell, version 2.20
choice		Waits for the user to press a key, from a list of choices
comp		Binary comparison of files
debug		This is a clone of the DOS DEBUG command
deltree		utility for deleting files and subdirectories
diskcopy	copy whole disks
fc		compares two files or sets of files
find		display all lines from a text file that contain 'string'
		(NOTE: this is not the Unix 'find')
format		disk format utility
help		... you just called this one
join		mount a drive letter into a directory
lib		librarian for OBJ files, creating a LIB file
loadhi		Loads a program into the upper memory
mem		Displays the amount of used (buggy together with DOSEMU)
more		displays a text file one screen at a time
nansi		nansi.sys, an enhanced MS-DOS console driver
pause		will suspend execution of a batch program
sort		ASCII sort files
subst		substitute a path by a drive letter
swsubst		CDS manipulator
tail		displays the 'tail of a text file
tee		Saves  a copy of its input to a file and to standard output
touch		'touch' a file's timestamp
verify		tells DOS to verify if files are written correctly

DOSEMU COMCOM build-ins:
cd		change the current directory
chdir		(the same)
goto		with batchfiles: jump to label
echo		display text
@echo		switch logging of executed commands on/off
pause		suspend batchfile execution until any key pressed
rem		remark, comment within batchfiles
if		conditional execution of batch commands
for		loop execution of batch commands
shift		shift the poisition parameters, $2 -> $1, $3 -> $2, ...
call		call (instead of pass control to) a batchfile
type		display file on screen
del		delete file(s)
erase		(the same)
set		set/display environment variables
path		set/display the execution path
prompt		set the prompt mode
break		set/display the status of the DOS Ctrl-C behave
mkdir		create a new directory
md		(the same)
rmdir		remove a directory
rd		(the same)
verify		set/display the DOS verify mode for block devices
ver		display version numbers of running software
ren		rename a file
date		set/display date
time		set/display time
dir		display directory contents (file listing)
copy		copy files
which		display full pathname for executable command

exitemu		exit DOSMU
speed		set/diplay speed (hogthreshold)
booton		make drive A: the virtual (image) bootdevice
bootoff		make re-appear the physical drive A:
ecpuon		switch cpu emulation on (only for hacker-DOSEMU versions)
ecpuoff		switch cpu emulation off
eject		eject CD, if cdrom.sys is loaded
emumouse	set/display internal mouse parameters
ugetcwd		display the current _Linux_ (not DOS) directory
vgaoff		only for 'root'!! switch vga mode off (when on console)
vgaon		only for 'root'!! switch on console vga graphics mode
		NOTE: vgaoff/on may be dangerous on console, but
		do nothing important on X.

standalone DOSEMU support programs:
lredir		set/display redirection of a Linux directory to a DOS drive
unix		take over Linux ENV variables, execute DOS command from
		a given ENV variable, execute Linux commands ...
dosdbg		set/display debug(Log) features/flags
xmode		set/display special DOSEMU relevant (Xfree) diplay modes
system		execute a Linux command out of DOS
uchdir		change the current _Linux_ (not DOS) directory
lcd		local 'cd', tree based comfortable 'change directory'
		(navigate with arrow keys, ENTER and ESC)
