I get zip.exe from http://stahlworks.com/dev/index.php?tool=zipunzip I have unpacked the files to:
- .text
- .rdata
- .data
How to connect together through a command line using an external program or without?
copy /B .text+.rdata+.data zip.exe
The above code does not work.