|
Decompress directly with winrar decompression program
CString cStr = "x ";
cStr += strpath;
cStr += "";
cStr += m_SavePath + strtitle + "\\";
int nLen = cStr.GetLength();
LPCSTR lpszBuf = cStr.GetBuffer(nLen);
ShellExecute(NULL,"open","C:\\Program Files\\WinRAR\\WinRAR.exe",
lpszBuf,
NULL,SW_HIDE); |
|