"Becquer" <(E-Mail Removed)> wrote in message
news:8EC4D24C-8F75-4C9C-8A2E-(E-Mail Removed)...
>I can merge two files by typing on the cmd(without the [] and the "") :
>
> "copy /b [file1name] + [file2name] [targetfilename]"
>
> Where [file1name] and [file2name] are the name of the two files I want to
> merge and [targetfilename] is the result file where i want they to mergre
> in.
As noted, this concatenates, not merges. There can be a difference.
> But, how can I "unmerge" the result file into the original files?
You can't, using these utilities. And the original files still exist.
If you want to split files, use a file split utility. If you want to
reproduce the original sizes, you have to know exactly where the
concatenation occurred and specify that for the split.
HTH
-pk
|