第一次使用bat批处理,记录下,方便查阅。
@echo off
::当前盘符
set curPath=%cd%
set digPath ="%curPath%tool\dig"
set PATH=%PATH%;%digPath%
wmic ENVIRONMENT where "name=‘path‘ and username=‘<system>‘" set VariableValue="%path%;%curPath%tool\dig"
exit
保存为run.bat文件,目录格式为:
run.bat
tool
--dig
--**
时间: 2024-10-21 21:35:41