Search found 1 match
- 04 May 2009 12:53
- Forum: DOS Batch Forum
- Topic: Batch Copy
- Replies: 1
- Views: 4284
Batch Copy
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 ...