BATCH check for empty variable by STRING NAME

后端 未结 0 1557
傲寒
傲寒 2020-12-31 15:25

is there some redirect from a string to a variable in batch? I have this code

set my_var="some_thing"
if "%my_var%"="" (
    ech         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题