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和更高版本的语法
Windows XP和更早版本的语法
退出cmd.exe程序(命令解释程序)或当前批处理脚本。
EXIT [/B] [exitCode]
/B | 指定退出当前批处理脚本而不是cmd.exe。如果从批处理脚本外部执行,它将退出cmd.exe。 |
exitCode | 指定一个数字。如果指定了/B,则将ERRORLEVEL设置为该数字。如果退出cmd.exe,则使用该数字设置进程退出代码。 |
退出COMMAND.COM程序(命令解释程序)。
EXIT
查看英文版
exit 示例
exit
- 当在另一个命令解释器中时,exit会将您从新的命令解释器中取出并返回到原来的命令解释器中。
- 从Windows进入DOS时,exit将使您返回Windows。
- 如果您在故障恢复控制台中,exit 将关闭故障恢复控制台并重新启动计算机。
查看英文版