Article ID: 104524
Article Last Modified on 12/3/1999
dosshell=c:\dosThe syntax in the above statement is incorrect. This does not set the environment variable. Adding this entry to the AUTOEXEC.BAT file causes Shell to be executed, which stops AUTOEXEC.BAT file processing until you exit Shell. A correct example for this line entry is:
set dosshell=c:\dosThis entry only sets the environment variable to the DOS directory; it does not start Shell (therefore your AUTOEXEC.BAT file is still processed). This syntax can be checked by using the SET command at the C prompt to examine the environment variables.
Additional query words: 6.00 dosshell dosshell.ini environment
Keywords: KB104524