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