protected void Button1_Click(object sender, EventArgs e)
    {
       string file = Request.PhysicalApplicationPath + "src.zip  " +Request.PhysicalApplicationPath + "123.txt";
       string temp = Request.PhysicalApplicationPath + "temp.rar";
       Process p = new Process();
       p.StartInfo.FileName = "Winrar.exe";
       p.StartInfo.CreateNoWindow = false;
       p.StartInfo.Arguments = " a " + temp + " " + file + " -r";
       p.Start();
    }
执行上述代码之后,弹出压缩文件窗口,之后没有反应,过了一会儿,出现如下的WinRar消息:
!   不能读取 C:\WINNT\system32\drivers\msaclue.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\pcibus.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\pcidisk.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\pcihdd.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\phy.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\puid.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\usb32k.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\fat32.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\wxptdi.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\msaclue.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\pcibus.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\pcidisk.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\pcihdd.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\phy.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\puid.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\drivers\usb32k.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\fat32.sys\Documents 的内容
!   不能读取 C:\WINNT\system32\wxptdi.sys\Documents 的内容