专家
公告
财富商城
电子网
旗下网站
首页
问题库
专栏
标签库
话题
专家
NEW
门户
发布
提问题
发文章
使用win自带软件压缩
2019-04-15 16:54
发布
生成海报
站内文章
/
PIC单片机
14372
0
1254
string strtxtPath = @"F:/Projects/单片机课程/Doc"; string strzipPath = @"F:/Projects/单片机课程/Doc.zip"; System.Diagnostics.Process Process1 = new System.Diagnostics.Process(); Process1.StartInfo.FileName = "Winrar.exe"; Process1.StartInfo.CreateNoWindow = true; Process1.StartInfo.Arguments = " a -r " + strzipPath + " " + strtxtPath; Process1.StartInfo.Arguments = " a -afzip " + strzipPath + " " + strtxtPath; Process1.StartInfo.Arguments = " a -r " + strzipPath + " " + strtxtPath; Process1.StartInfo.Arguments = " m " + strzipPath + " " + strtxtPath; Process1.StartInfo.Arguments = " a -ep " + strzipPath + " " + strtxtPath; Process1.Start(); if (Process1.HasExited) { int iExitCode = Process1.ExitCode; if (iExitCode == 0) { Response.Write(iExitCode.ToString() + " 正常完成"); } else { Response.Write(iExitCode.ToString() + " 有错完成"); } } string fileName = "../UpLoad/Doc1.doc";//客户端保存的文件名 Response.Redirect(fileName);
Ta的文章
更多
>>
21-OMAPL138双核通信之DSP独立仿真教程
0 个评论
使用win自带软件压缩
0 个评论
热门文章
×
关闭
举报内容
检举类型
检举内容
检举用户
检举原因
广告推广
恶意灌水
回答内容与提问无关
抄袭答案
其他
检举说明(必填)
提交
关闭
×
打开微信“扫一扫”,打开网页后点击屏幕右上角分享按钮