压缩一个文件: 

makecab c:\ls.exe ls.zip 

解压一个文件: 

expand c:\ls.zip c:\ls.exe

-------------------------------------------------------------------------------------------

压缩一个文件: 

makecab PELoader.cs a.rar 

解压一个文件: 

expand  a.rar  a.exe