For example, if I want to merge a.jpg and b.mp3 into c.jpg, and then split c.jpg back into a.jpg and b.mp3, how should I do it?
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by everdos at 2008-1-1 09:58 AM:
Splitting: under DOS you can use a pctools utility to split files; under Windows you can use ultraedit
Originally posted by chishingchan at 2008-1-1 04:55 PM:
First package the MP3 into RAR format
copy /b jpg.jpg+mp3.rar filename.jpg
I forgot the order, just try it.
copy /b mp3.rar+jpg.jpg filename.rar
Originally posted by bush at 2008-1-2 01:40 AM:
DOS's own commands probably can't do file splitting; the result of copy/b is inseparable. Without auxiliary information, there's simply no way to find the merge point
Originally posted by no9ronaldo at 2008-1-1 05:22 PM:
What about splitting it?
| Rater | Score | Time |
|---|---|---|
| no9ronaldo | +2 | 2008-01-03 21:27 |
Originally posted by chishingchan at 2008-1-3 08:53 PM:
After combining, it's an image file that can be opened and viewed directly. Rename it to RAR and extract it, and you'll get the MP3.