1. Concatenate Multiple Text Files in Windows: You have a directory full of log files that you want to import into Excel or a database so you can do some processing on them… but there are hundreds of files… how do you make them into a single file? copy /a *.log aggregate.txt 2. How to [...]