在程序里面(服务器端)调用Winrar压缩文件的方法。(3) 46 Process2.StartInfo.Arguments=" x -inul -y "+ServerDir+un_tmp2+" "+un_dir;47 Process2.Start(); //进行解压48 while(!Process2.HasExited) //等待解压的完成49 {50 }51 i2++;52 }53 }54 break;55