exit (退出当前运行的应用程序)

舞夕之 发表于 2020-06-23 14:48
浏览次数:
在手机上阅读

EXIT命令用于退出当前运行的应用程序和MS-DOS会话。

查看英文版

目录

1 exit 运行系统环境

2 exit 语法

3 exit 示例

exit 运行系统环境

Windows 95

Windows 98

Windows xp

Windows vista

Windows 2000

Windows 7

Windows 8

Windows 10

Windows NT

Windows ME

All Versions of MS-DOS

exit 语法

Windows Vista和更高版本的语法

退出cmd.exe程序(命令解释程序)或当前批处理脚本。

EXIT [/B] [exitCode]
/B 指定退出当前批处理脚本而不是cmd.exe。如果从批处理脚本外部执行,它将退出cmd.exe。
exitCode 指定一个数字。如果指定了/B,则将ERRORLEVEL设置为该数字。如果退出cmd.exe,则使用该数字设置进程退出代码。
Windows XP和更早版本的语法

退出COMMAND.COM程序(命令解释程序)。

EXIT
Windows Vista and later syntax

Quits the CMD.EXE program (command interpreter) or the current batch script.

EXIT [/B] [exitCode]
/B Specifies to exit the current batch script instead of CMD.EXE. If executed from outside a batch script, it will quit CMD.EXE.
exitCode Specifies a numeric number. If /B is specified, sets ERRORLEVEL that number. If quitting CMD.EXE, sets the process exit code with that number.
Windows XP and earlier syntax

Quits the COMMAND.COM program (command interpreter).

EXIT

查看英文版

查看中文版

exit 示例

exit
  • 当在另一个命令解释器中时,exit会将您从新的命令解释器中取出并返回到原来的命令解释器中。
  • 从Windows进入DOS时,exit将使您返回Windows。
  • 如果您在故障恢复控制台中,exit 将关闭故障恢复控制台并重新启动计算机。
exit
  • When in another command interpreter, exit takes you out of the new command interpreter and back into the original.
  • When entering DOS from Windows, exit would return you to Windows.
  • If you're in the Recovery Console, exit would close the Recovery Consoleand reboot the computer.

查看英文版

查看中文版

其他命令行

echo | edit | edlin | emm 386 | enable | endlocal | erase | exit | expand | extract |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条