in reply to Re^3: Combining files
in thread Combining files

Sorry bud, but neither of those work.

Perl will fail to find a file named "*". You need the following if you were using Perl:

perl -MFile::Glob -pe"BEGIN{ @ARGV = map bsd_glob($_), @ARGV }" *.* >. +.\newfile

type displays the file name when using wildcards, so it's not good here. The DOS way is the "+" syntax of copy