How do you tag one file onto the end of another?
- From: "J. P. Gilliver (John)" <G6JPG@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 25 Oct 2009 09:05:14 +0000
I know one way to join files: in a command box,
copy /b filea+fileb filec
.. However, if filea is huge, this takes a noticeable time, because the entirety of filea is copied to filec (followed by fileb, obviously).
I know with text files, you can just append things to another file - e. g.
dir >> filea
will I think append a directory listing to filea, or
type fileb >> filea
will append fileb to filea - but only if it's a text file.
Anyone know how to concatenate arbitrary files, without involving a third file?
--
J. P. Gilliver. UMRA: 1960/<1985 MB++G.5AL-IS-P--Ch++(p)Ar@T0H+Sh0!:`)DNAf
** http://www.soft255.demon.co.uk/G6JPG-PC/JPGminPC.htm for ludicrously
outdated thoughts on PCs. **
Mathematics is the language with which God has written the universe. -Galileo
Galilei, physicist and astronomer (1564-1642)
.
- Prev by Date: Re: Leave Battery In or Out?
- Next by Date: Re: Show Desktop
- Previous by thread: 32-bit or 64-bit?
- Next by thread: remote desktop is failing with error as I try to access remote ser
- Index(es):
Relevant Pages
|