Echo command not working in batch script after entering input

后端 未结 0 2067
无人共我
无人共我 2021-02-20 15:50

Below is my batch code :

@echo on
set /p NAME=Enter the NAME : 
echo Your name is %NAME%

The problem is after I enter the input, the cmd prompt i

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