I use Perl on windows(Active Perl). I have a perl program to glob the files in current folder, and concatenate them all using dos copy command called from within using syste
The built in "rename" command also moves files:
rename $source, $destination; # ...and move
I use this on windows all the time.