Login   /   Register

Combine multiple text files

Rate this article
     1 votes, average: 1 out of 51 votes, average: 1 out of 51 votes, average: 1 out of 51 votes, average: 1 out of 51 votes, average: 1 out of 5
Loading ... Loading ...
April 1st, 2008 by daniva

Google Search Results

You arrived here after searching for the following phrases:

Click a phrase to jump to the first occurrence, or return to the search results.

To combine File1.log and File2.log into a single file (which we’ll call Output.txt) we’ll have to first read File1.log and append the contents of that file to output.txt, then we’ll have to read File2.log and append the contents of that file to Output.txt. In fact, we’ll have to use a script that looks a lot like this:

The content you are accessing is for registered users only
Registeration is FREE, quick and private.
You can either Register or Login if you have already registered

Posted in VBScript

2 Responses to “Combine multiple text files”

  1. hanumanth Says:

    [-]

    Thanks for the scrips..
    was useful
    but i was unable to get the second one…….

  2. mld_maha Says:

    [+]

    I am able to get the first example. but in the second one not able to uderstand the crux of the param that has been assigned wmise... ...

Leave a Reply

You must be logged in to post a comment.

This article was viewed 364 times