exit
Windows CMD · Terminal · available in the simulator
What it does
Quits the command interpreter window.
Syntax
exit [/b] [código]
Options and parameters
/b Nexits the script with exit code N (does not close cmd)
/BExits only the current batch script instead of CMD.EXE.
exit /b 1
Usage examples
exitexit /b 1