Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Can I Combine Multiple Text Files Using a Script?

(image) Hey, Scripting Guy! From the command prompt the command copy a.txt+b.txt ab.txt will take the contents of a.txt and the contents of b.txt and combine them into a new file named ab.txt. Can I do the same thing with a script?-- DL(image) (image) (image) Hey, DL. In yesterday’s column we dealt with text files; more specifically, we ...