I need to be able to concatenate the content of all files in a specific folder into one file. Is there an easy way to do this in vbscript? Should I open each file using OpenTextFile and then append the contents of it to a TextStreamObject? After looping through all files, then write the file out from the TextStreamObject?
Am I going down the right path or is there an easier way to do this?
Does anyone have any vbscript code that does this already?
Am I going down the right path or is there an easier way to do this?
Does anyone have any vbscript code that does this already?