| Subject: Re: URL syntax |
Author: William Roeder |
Date: 07/22/2008 00:28 |
| | > 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
| |
|
|
|
|
f
Created with FORUM 2.0.11