http://www.perlmonks.org?node_id=953107


in reply to Read contents of multiple files into new file and then move source files?

cat /files/* > new-file.txt && mv /files/* /new-folder/

Ahh but you're on Windows...