Create 10000 text file with DOS with text
so filename will be 1.txt and inside of it will be “numeric1.txt”
and the next text file will be 2.txt and inside of it will be “numeric2.txt”
…
and the next text file will be 10.txt and inside of it will be “numeric10.txt”
.
.
.
.
until the last text file will be 10000.txt and inside of it will be “numeric10000.txt”
Can you please help me with that ?
Regards
Update for this question
How I can make it write all this lines (with same number of files and file name like above)
@echo
cd..
cd..
cd /folder
text -u text -w numeric1.txt
1 Answer