Copying 2 or more txt files into one.
- From: "Jerry Jaskowiak" <absjerry@xxxxxx>
- Date: 2 Jul 2005 12:46:07 -0400
Hi. I have a new requirement for some export files I need to
create. It used to be that I could define my table and export it
with code of:
exportASCIIVar("tcpDP1.db","a:DP1.imp").
Now I have to create a text file that has a couple of header
lines that don't match my data format of the export file. I
can create seperate tables which I can then go to a DOS promopt
and type:
copy a.txt+b.txt c.txt -> and get what I need.
But I can't figure out how to accomplish that in Opal. The FS copy only
allows you to do 1 file at a time. The execute method keeps giving me an
error.
Does anyone have any ideas? Is there another way to make this
text file?
Thanks,
Jerry
.
- Follow-Ups:
- Re: Copying 2 or more txt files into one.
- From: Rodney Wise
- Re: Copying 2 or more txt files into one.
- From: Tony McGuire
- Re: Copying 2 or more txt files into one.
- Prev by Date: Re: Spare empty tables
- Next by Date: Re: Copying 2 or more txt files into one.
- Previous by thread: Re: 2nsfqogu9vd3k69d@4ax.com> <42c571a1$1@pnews.thedbcommunity.com> <a03bc1582m3vgvdl9skbhmvspulnu8tc06@4ax.com> <kj6bc15c0rta7ccdp1p3sn75or5jfn4dnu@4ax.com> <42C59CF4.394082
- Next by thread: Re: Copying 2 or more txt files into one.
- Index(es):
Relevant Pages
|