批处理脚本 - 关闭



此批处理命令会关闭计算机或注销当前用户。

语法

shutdown

示例

@echo off 
shutdown

输出

如果执行批处理文件的用户具有相关权限,计算机将关机。

batch_script_commands.htm
广告