Displays or sets a search path for executable files.
PATH [[drive:]path[;...]]
PATH ;
Type PATH ; to clear all
search-path settings and direct Windows
to search
only in the current directory.
Type PATH without parameters to display the current path.
path=c:\windows\command - This is were a lot of DOS commands are stored in Window 95, if not able to do a dos command type this command in allowing all commands you type in such as "deltree" be loaded from this directory, however if you have another file in another directory such as C:\DOS it will no longer look their.
DOS limits the path to 122 bytes. Every
command is actually limited to 127 bytes however 127 - 5 (minus 5
because of PATH=) = 122.