FOR /L %%c IN (1,1,8) DO FOR %%b IN (a b c d e f g h) DO CALL SET /a #%%b%%c=1 + (%%random%% %%%% 6) SET #
# prefixed to variablename for ease of display of results
#
2.1m questions
2.1m answers
60 comments
57.0k users