Batch file decides that 4 > 39, How do I fix it?

后端 未结 3 1634
一整个雨季
一整个雨季 2021-01-24 22:36

Note: The file Default.txt contains one line with these three characters:1:X

    @echo off
    set r=0
    :: For loop retrieves lines of text f         


        
3条回答
  •  轮回少年
    2021-01-24 23:36

      C:\>if 4 LEQ 39 (
    set _1=!_1!
     set /a r=4+1
     goto space
    )  
    

    Remove quotations and try that should work , quotes are normally used with strings.

提交回复
热议问题