MS-DOS General:
Configuring MS-DOS System Files:
Configuring MS-DOS TSR Drivers:
MS-DOS Network Environment:
Note: There are new command line interpreters (shells) available to replace the MS-DOS command.com. Among these are FreeDOS and OpenDOS. The FreeDOS project offers a command line interpreter called FreeCOM. If you have used the BASH shell on a UNIX system and like some of its features such as command line completion, command history access via arrow keys, and command aliasing, try the FreeCOM command interpreter.

FreeDOS
Notes:

Use the %0\..\ syntax to run the .EXE file from inside the batch file;
e.g. %0\..\getkey instead of just getkey.

--------------------------------------------------------------------------------

Use the CON device to create a TXT File:
	x:>copy CON file.txt
	Type commands or information on the console
	you can backspace and make any changes necessary
	when finished, press enter to the next blank line
	[CTRL]+[Z] + [ENTER] | (or [F6] + [ENTER])
	        1 file(s) copied.

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------