I have .txt file contain 297 line, i want every line of that copied into new .txt file, so it will contain 297 file, for file name each file like this line1.txt line2.txt line3.txt, it possible using batch?
I have try using findrepl.bat and instruction form here batch to copy FIRST line of multiple text files but thats script for first line only.