Computing.Net > Forums > Disk Operating System > combining files

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

Reply to Message Icon

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:

file3.log

and I want this to be done by a second bat file.



Sponsored Link
Ads by Google

Response Number 1
Name: Johns
Date: March 6, 2003 at 06:31:37 Pacific
Reply:

http://computing.net/dos/wwwboard/forum/12681.html


0

Response Number 2
Name: Derek
Date: March 6, 2003 at 15:48:54 Pacific
Reply:

copy /b file1.log+file2.log file3.log


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Timed countdown in batch ... 2 8 6 Problem CLEARER pos...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: combining files

Command to combine files (append?) www.computing.net/answers/dos/command-to-combine-files-append/4881.html

joining multiple sets of multiple files www.computing.net/answers/dos/joining-multiple-sets-of-multiple-files/5548.html

combining files DOS www.computing.net/answers/dos/combining-files-dos/13767.html