Batch Copy
Posted: 04 May 2009 12:53
I'm using the copy command to combine several csv files. I was wondering, is there a way to ignore the first line of each file after the first one.
I'm not really familiar with batch programming and have to do this one little thing for work. Something along the lines of if(first file) copy all else {copy all but first line}
Also, what would be the easiest way to go about trimming each line.
I'm not really familiar with batch programming and have to do this one little thing for work. Something along the lines of if(first file) copy all else {copy all but first line}
Also, what would be the easiest way to go about trimming each line.