Posted by SpywareDr on February 20, 2011 at 05:49:29:
In Reply to: Re: dos diary posted by fuzzbrain11 on February 19, 2011 at 14:25:29:
You're welcome. :)
Let's say your original posts are in a file named "original.txt", and your updates are in a file named "original.txt". (Both without the quotes of course).
To add (append) what's in "update.txt" to the end of what's already in "original.txt", get to a cmd prompt and into the directory (folder) containing both files, then type the command:
copy original.txt+update.txt
(and press [Enter]).