By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!DO WHILE %i != %hi (...)
$ set done=0 & set hi=10 & set i=1 & do while %done==0 (echos %i & set /q /a i+=1 & set /q /a hi-=1 & set done=%@if[%i==%hi,1,0])
TCC: Unknown command "set"