网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 论文素材 设计下载 最新论文 下载排行 论文上传 在线投稿 联系我们
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > VC++ > 正文
用vc设计系统援救程序
来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/15
下载{$ArticleTitle}原创论文样式
eDlg是一个对话框类,用来将用户输入的恢复名称保存在m_restoreDlg.m_strSeled中.

  if(IDCANCEL==m_restoreDlg.DoModal())

    return;

  CStdioFile f;       //建立Autoexec.bat和rescueS.bat,将恢复系统的命令写入.

  f.Open(getMyDir()+"Autoexec.bat", CFile::modeCreate|CFile::modeWrite,NULL);

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

    toShortPath(getMyDir())+"rescueS.bat \n";

  f.WriteString(m_strCommand);

  f.Close();

  f.Open(getMyDir()+"rescueS.bat", CFile::modeCreate|CFile::modeWrite,NULL);

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

    "del "+toShortPath(m_strWinDir)+"\\sysbckup\\*.cab\n"+

    "copy "+toShortPath(getMyDir())+m_restoreDlg.m_strSeled+" "+toShortPath(m_strWinDir) +"\\sysbckup\\rb000.cab \n"+

    "copy "+toShortPath(getMyDir())+"Autoexec.bak c:\\Autoexec.bat /Y \n"+

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

  f.WriteString(m_strCommand);

  f.Close();

  CopyFile(getMyDir()+"Autoexec.bak","c:\\Autoexec.bat",0);

  CopyFile("c:\\Autoexec.bat",getMyDir()+"Autoexec.bak",0);

  CopyFile(getMyDir()+"Autoexec.bat","c:\\Autoexec.bat",0);

  if(IDCANCEL==AfxMessageBox("必须重启才能生效,你想现在重启吗?",MB_OKCANCEL))

    return;

  else

    ExitWindowsEx(EWX_REBOOT,NULL);

  }

  7.为"创建援救盘"按钮或菜单项生成一个响应函数:

  void CRescueSysDlg::OnCreatea()

  {

  if(IDCANCEL==AfxMessageBox("请插入一张软盘,然后按确定键.\n\n注意:软盘上的所有内容将被删除.",MB_OKCANCEL))

    return;

  CStdioFile f;         //建立包含建立启动盘的命令的批处理文件并执行.

  f.Open(getMyDir()+"myTemp.bat", CFile::modeCreate|CFile::modeWrite,NULL);

  CString m_strCommand=toShortPath(m_strWinDir)+"\\command\\deltree /Y a:\\ \n"+

    toShortPath(m_strWinDir)+"\\command\\sys c: a:\n"+

    "dir "+getMyDir()+"rescueSys.exe >> "+getMyDir()+"abcdefgh.txt";

  f.WriteString(m_strCommand);

  f.Close();

  WinExec(getMyDir()+"myTemp.bat",SW_HIDE);  

  CTime m_beginTime=CTime::GetCurrentTime();

  CTimeSpan m_timeSpan=CTime::GetCurrentTime()-m_beginTime;

  CFileFind finder;

  while(!finder.FindFile(getMyDir()+"abcdefgh.txt"))

  //如果找到了abcdefgh.txt则说明批处理已经执行完毕.

  {

    MSG msg;

    if(::PeekMessage(&msg,m_hWnd,0,0,PM_REMOVE))

    {

      ::TranslateMessage(&msg);

      ::DispatchMessage(&msg);

    }

    if(!(m_progress.GetPos()>=100))

      m_progress.SetPos(100*m_timeSpan.GetSeconds()/30);

    m_timeSpan=CTime::GetCurrentTime()-m_beginTime;

  }

  m_progress.SetPos(100);

  f.Open("a:\\autoexec.bat", CFile::modeCreate|CFile::mo
  • 上一篇资讯: 谈在VC中动态改变菜单
  • 下一篇资讯: 用VC进行屏幕截取编程
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号