首页/技术开发/内容

用vc设计系统援救程序

技术开发2024-06-04 阅读()
CFile::modeWrite,NULL);

  m_strCommand=(CString)"echo off \n"+"cls \n"+

    "copy "+toShortPath(getMyDir())+"*.cab "+toShortPath(m_strWinDir)+"\\sysbckup /Y \n"+

    toShortPath(m_strWinDir)+"\\command\\scanreg.exe/restore \n";

  f.WriteString(m_strCommand);

  f.Close();

  AfxMessageBox("已经成功的创建了援救盘.");  

  DeleteFile(getMyDir()+"myTemp.bat");

  DeleteFile(getMyDir()+"abcdefgh.txt");

  }


  摘自《赛迪网》 聂栋栋/文

第1页  第2页  第3页  第4页  第5页  第6页  第7页 

……

相关阅读