I can make my request easier known by showing how I know to do something:
From the windows command prompt, I can type
cd C:\strFolderName\strSubFolderName\
and it will change to the directory.
then if I type
Copy *.txt ALL.txt
When you do this it will make a new .txt file called "All.txt"...