EXIT(DOS) UNIX System V EXIT(DOS)
Name
exit - exits the command.com program (the command processor)
and returns to a previous level, if one exists
Syntax
exit
Description
If you use the MS-DOS command program to start a new command
processor, you can use exit to return to the old command
processor. Also, while running an application program, you
can exit to the MS-DOS command processor, and then return to
your program.
Refer to command in this chapter for more information.
Example
If you start a new command processor by entering:
command c:\
you can return to the previous command processor by entering
exit
Notes
exit is an internal command.
EXIT(DOS) (printed 8/16/89) EXIT(DOS)