批处理脚本 - PATH 命令

此批处理命令显示或设置路径变量。

语法

PATH

示例

@echo off 
Echo %PATH%

输出

PATH 路径变量的值将显示在命令提示符中。

❮ batch_script_commands.html