Can you set a variable to a chain of echo commands? (.bat not .cmd)

后端 未结 0 1800
生来不讨喜
生来不讨喜 2020-11-29 08:41

So with the if then command you can do this:

if %num1% == 1 (
 echo hello
 echo hi
 echo other
)

What I want to know is if you can do somethi

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