Re: example of how to append all txt files in a directory into one file
- From: "Gabriel South" <GabrielS@xxxxxxxxxxx>
- Date: Tue, 5 Apr 2005 13:34:20 -0300
I think, the best way to do that its doing the next:
1) use the "shell" method to execute a command line COPY
shell "COPY *.txt NameofyourBIGFILE.txt /A"
/B = indicates a binary copy
/A = ASCII text file copy
Good luck,
Gabriel.
<emebohw2@xxxxxxxxxxxx> wrote in message
news:1112718162.375015.326650@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Can someone post an example of how I can merge (append) a list of text
> files (all in same directory) into one big text file? This would be
> easy in unix shell scripting, but I cant figure it out with vbscript.
> If it cant be done, I would take a DOS solution if someone knows how.
> -thanks!
>
.
- References:
- Prev by Date: example of how to append all txt files in a directory into one file
- Next by Date: Re: example of how to append all txt files in a directory into one file
- Previous by thread: example of how to append all txt files in a directory into one file
- Next by thread: Re: example of how to append all txt files in a directory into one file
- Index(es):
Relevant Pages
|