Loading
0

c#进程打开程序
被墙跳转TG:@qianhenetwork QQ 851617266

301免备案跳转微信公众号
腾讯云服务器大促销。
华为服务器
c#进程打开程序

            Process ardProcess = new Process();
            ardProcess.StartInfo.FileName = @"C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe";
            ardProcess.StartInfo.Arguments = @" /t " + @"G:\test.pdf";
            ardProcess.StartInfo.CreateNoWindow = true;
            ardProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
            ardProcess.Start();

301免备案跳转微信公众号
华为服务器
腾讯云服务器大促销。

声明:站长码字很辛苦啊,转载时请保留本声明及附带文章链接:https://www.zfcdn.xyz/showinfo-23-36064-0.html
亲爱的:被墙域名跳转TG:@qianhenetwork QQ:851617266,可否收藏+评论+分享呢?
上一篇:C#截取特定长度的字符串
下一篇:C#如何截取字符串中指定字符之间的部分