السبت، 16 نوفمبر 2013

Generate Number Dictonary in cmd



 If you want to make your own list you can do the following.
 Run CMD as administrator>
type "cd\" then press enter>then "doskey" then press enter. This will make it faster.
 Now for the list you want you want to put in
"for /L %i in (000000,1,999999) do @echo %i >>List999999.txt"
 When its done the file will be in your c: drive.

In (000000,1,999999) the '000000' is the start number, '1' is the interval it moves by, '999999' is the stop number. I'll edit the and put a link when its done rendering.

0 التعليقات:

إرسال تعليق