Combining files
I have 3 txt files that I need to combine into a single file. at the CMD prompt I can simply do a Copy *.txt to NewFile.txt., but I can t seem to get anything to work in a script as the * is an illegal character. Any ideas?
Answers