To use the following programs without any problems, you should have DOS 3.30
or higher installed on your computer. If you have an older DOS version and you
want to use these programs, then you should call your shell one more time. 

Programs:
	cpath.exe
		function: change command search path;
		options: - append one or more directories,
			 - delete one or more directories,
			 - show current PATH.
		example:
			cpath /s	output: PATH=c:\dos;c:\norton
			cpath /a c:\pctools
			cpath /s	output: PATH=c:\dos;c:\norton;c:\pctools
			cpath /d c:\norton
			cpath /s	output: PATH=c:\dos;c:\pctools
	envsize.exe
		function: display the environment size;
		options: -
		example:
			command /e:4000
			envsize		output: . . . 4000 bytes
	envfree.exe
		function: display the amount of free space in the environment;
		options: -
		example:
			envfree		output: 100 bytes . . .
			cpath /a c:\pctools
			envfree		output: 89 bytes . . .

Succes with each of them!

Author: Cor J. Veenman.
