//Source:AllCode_Release?/PCPrintManage?/USBRegedit;
   //Dest:   PCPrintManage
   int nURLFindFirstSecond = sURL.ReverseFind('?');
   ASSERT(nURLFindFirstSecond != -1);
   CString sMidDir = sURL.Mid(nURLFindFirst+2, nURLFindFirstSecond-(nURLFindFirst+2));
   sSubCodeOutPath = m_sCodeOutPath + "\\" + sMidDir;
   sSubCodeOutPath.Replace("?", "");