0
Q:

copy contents of multiple files to one file powershell

Get-ChildItem d:\scripts -include *.txt -rec | ForEach-Object {gc $_; ""} | out-file d:\scripts\test.txt
0

New to Communities?

Join the community