void CNfServDlg::OnButton1() 
{
// TODO: Add your control notification handler code here
STARTUPINFO  stinfo;
PROCESS_INFORMATION procinfo;
if(! CreateProcess(NULL,"calc.exe",NULL,NULL,FALSE,NORMAL_PRIORITY_CLASS,NULL,NULL,&stinfo,&procinfo))
AfxMessageBox("rar fail");
}