windows常用命令(延迟扩展篇)

2021-02-14 00:18

阅读:612

标签:exp   复合语句   常用   for   window   echo   set   dexp   delay   

  • 复合语句中:
    setlocal EnableDelayedExpansion
    set  a=1  &&  echo  !a!
  • for循环中:
    setlocal EnableDelayedExpansion
    for  /l  %%i  in  (1,2,5)  do  (
        set  /a  a=%%i
        echo  !a!
    )
  • windows常用命令(延迟扩展篇)

    标签:exp   复合语句   常用   for   window   echo   set   dexp   delay   

    原文地址:http://blog.51cto.com/12173069/2071899


    评论


    亲,登录后才可以留言!