windows常用命令(延迟扩展篇)
2021-02-14 00:18
阅读:612
标签:exp 复合语句 常用 for window echo set dexp delay windows常用命令(延迟扩展篇) 标签:exp 复合语句 常用 for window echo set dexp delay 原文地址:http://blog.51cto.com/12173069/2071899setlocal EnableDelayedExpansion
set a=1 && echo !a!
setlocal EnableDelayedExpansion
for /l %%i in (1,2,5) do (
set /a a=%%i
echo !a!
)
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:windows常用命令(延迟扩展篇)
文章链接:http://soscw.com/index.php/essay/55040.html
文章标题:windows常用命令(延迟扩展篇)
文章链接:http://soscw.com/index.php/essay/55040.html
评论
亲,登录后才可以留言!