Code:

for each $file in dirplus('X:\Office\Type','/s1 /a-d /m logfile.txt')
Shell "Copy c:\temp\compile.txt + " + $File " c:\temp\compile.txt"
next



This is untested, but may do the job of concatanting all the files together.