Quote:
Originally Posted by txgecko
I'll take a look at the excel method, thanks. As for the one Dale mentioned, I'm using windows 7, so no mac, and I don't have more than a vague idea as to what unix is - can I just put that command in Command Prompt, or is it more complicated than that?
|
You first need a cat command and then you can use a cmd prompt. You can download one from
http://www.softpedia.com/get/Desktop...dman-Cat.shtml
Be sure you download the cat command and not some advertizing. Then unzip it and put in in the same folder as the file you want to add numbers too and then use the example I gave earlier cat -n sourcefile.txt > resultsfile.txt
Dale