> example 023e and 053d. I don't know how to create a
> text file containing all the possible permutations
set h=0 1 2 3 4 5 6 7 8 9 a b c d e f
for %A in (%h%) do for %B in (%h%) do for %C in (%h%) do for %D in (%h%) do
echo www.shoesizes.com/shoeboxes/%A%B%C%D/fashion.html>>flist.txt
|