B
Becquer
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.
But, how can I "unmerge" the result file into the original files?
"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.
But, how can I "unmerge" the result file into the original files?