I have 367 .txt files that I need to concatenate into one big .txt file through the windows cmd prompt. Each file has the name and date on it, e.g.,
andx.20150401.000000.txt, andx.20150402.000000.txt, ..., andx.20160401.000000.txt
Inside each file I have 7 columns for time (in julians) and 6 other measurable variables. I need a continuous file for all 367 and I wanted to do this through the cmd prompt.
I suppose you could do this as one command if the directory is clear of old files that might match the pattern.
Alternatively, this could be built into a .bat script that produces the .txt files in your previous question. I doubt that you would want to type all this on the command line. Please note, this is not tested.