Hi,

I have a unzip utility. I have a zip file.
I need to combine them and make a selfextracting file..

I have used the command

copy /b unzip.exe + test.zip test.zip.exe

The files are copied and made as tezt.zip.exe, which is a valid exe.

Now I have to split them back as unzip.exe and test.zip.
How do I do that ?.

[Note:
I wont know the size of unzip.exe as it will be not be present when i give this test.zip.exe to other person.
]

Any help is appreciated.

Thanks,
Pradeep