Exits the command interpreter or the current batch script.
Syntaxexit [/b] [<exitcode>]
Parameters Parameter Description /b Exits the current batch script instead of exiting Cmd.exe. If executed from outside a batch script, exits Cmd.exe. <exitcode>
Specifies a numeric number. If /b is specified, the ERRORLEVEL environment variable is set to that number. If you are quitting the command interpreter, the process exit code is set to that number. /? Displays help at the command prompt. Examples
To close the command interpreter, type:
exit
Related links
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4