I want to make a batch file that prints out to a text file a list of combination of numbers and letters.
Using {0
, ..., 9
, a
, ..., z
, A
, ..., Z
} as my character pool, I have 62 unique characters.
The word length starts as 1 and increases up to a predetermined value.
The script starts at length = 1
and prints out 0
to Z
.
Then it proceeds to length = 2
and prints out 00
to ZZ
, and so on...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…