Check your DOS environment variables.
You can not have any single DOS environment variable longer than 255 characters.
Type SET at the command prompt to see your DOS environment variables.
When running from within a windows DOS prompt it is not uncommon for your PATH environment variable longer than 255 characters. If it is, try removing it by typing
SET PATH=
at the command prompt before running your DOS software.
