Preview:
for /L %i in (1,1,100) do @echo\>"D:\Ordner mit vielen Textdateien\text%i.txt"


Sollen die neuen Textdateien die Kopie einer schon bestehenden Textdatei sein dann
for /L %i in (1,1,100) do @copy "D:\Vorhandene Textdatei.txt" "D:\Ordner mit vielen Textdateien\text%i.txt">nul
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter