Computer and Software Support


DOS Command Shell

Type: Internal (2.0 and later)

SYNTAX

SHELL=[d:][path]filename [parameters]

Purpose: Used in the CONFIG.SYS file to specify the command interpreter that DOS should use.

 

Discussion

In most cases DOS will use the command interpreter COMMAND.COM. If you are using another command interpreter, or if DOS is not in the root directory, you can use the SHELL command to tell DOS the name and location of the other command interpreter.

 

Option

parameters - Any parameters required by the specified command interpreter.

 

Example

To use a command interpreter called NDOS.COM, located in the ALTDOS directory, enter the following line in your CONFIG.SYS file:

shell=c:\ndos\ndos.com
 

This page is from http://www.easydos.com. I pasted it on my website to avoid possible broken links. For further help with DOS commands, Check easydos.com out.