Creates a file that appends the line number of each line from the chosen file
for example
---------------------file1.txt----------------------
This is a test
This is another test
-------------------------EOF----------------------
to
---------------------file2.txt----------------------
0This is a test
1This is another test
-------------------------EOF----------------------
rename file_append to .exe to execute (will require .net environment)
source code in file_append.zip
Reply your suggestions