在程序中使用haozip功能
CString Commandline = TEXT("CMD /C haozipc l ");
Commandline += Rarpath;
Commandline += TEXT(">");
Commandline += Txtpath;
const char* p;
USES_CONVERSION;
p = W2A(Commandline);
system(p);
CString Commandline = TEXT("CMD /C haozipc l ");
Commandline += Rarpath;
Commandline += TEXT(">");
Commandline += Txtpath;
const char* p;
USES_CONVERSION;
p = W2A(Commandline);
system(p);