G
Gustavio
Hello,
Why this command give me se same Random number for each iteration ? How can
I have a different one each iteration ?
For /L %%i IN (1,1,10) do @echo %RANDOM%
Thanks
Gustavio
Why this command give me se same Random number for each iteration ? How can
I have a different one each iteration ?
For /L %%i IN (1,1,10) do @echo %RANDOM%
Thanks
Gustavio