in reply to Re: How do I append more than one files?
in thread How do I append more than one files?
Strange things can happen if you want to copy binary files this way and forget the /B before the first argument (copy will stop at the first \cd). So:
copy /b path\to\file1 + path\to\file2 + path\to\file3 path\to\newfile
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How do I append more than one files?
by thor (Priest) on Jun 16, 2004 at 12:12 UTC |