Wednesday, June 2, 2010

How to append multiple files into one

Some suggests using the syntax:
for <variablename> in (<directorylisting>) do <command> <variablename>
I use
copy  *.txt  Aggregate.File

No comments:

Post a Comment