Look for the PATH statement. (If you don't have one,
add one.) If you're not sure where to add the path, add it to the
right end of the PATH. For example, in the following
PATH statement, the AUTOEXEC.BAT directory has
been added at the right end:
PATH = C:\WINDOWS;C:\WINDOWS\COMMAND;C:\BIN
Capitalization doesn't matter. The PATH can be a series of
directories separated by semi-colons (;). Microsoft Windows searches
for programs in the PATH directories in order, from left to
right. You should only have one bin directory under
C:
in the path at a time (those following the
first are ignored).