Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
combining files
Name: 2222 Date: March 6, 2003 at 05:18:24 Pacific OS: 98 CPU/Ram: 128
Comment:
Hi every one ! I have a bat file that creates two log files
file1.log and file2.log
what I want to do is to combine the contence of file1.log and file2.log to create a third file:
Summary: All: I have a bunch of text files (file1.txt, file2.txt, file3.txt, etc.) Is there a command that will combine all the files into 1 (i.e. just tack file2 to the bottom of file1, etc.) I THOUGHT that t...
Summary: Here is what I was thinking about possibly (although I know little about the 'for' command other than syntax so it may not work quite as expected). --------------------------------------------- [itera...
Summary: I want to copy de contents of different CSV-files into one file (copy *.csv t.csv), but the problem is that those files come next to each other in the new file t.csv. I want the files under each other...