The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Anyone know how to merge a lot of text files into a single file in Windows? I found a few utilities but one needed a purchase to work with more than one file, and another seemed a bit suspect.
Posts
1. Bring up the Run box (Windows + R)
2. Type CMD, hit OK.
3. Get to the folder where all the files are
4. COPY *.txt CombinedFile.txt
durr, that's what i get for waiting to post my response...
That did it! Thanks!