启动可执行文件,使用Python问题,怎么解决
1个回答
2018-09-23 · 百度知道官方认证企业
腾讯电脑管家
腾讯电脑管家是腾讯公司推出的免费安全管理软件,能有效预防和解决计算机上常见的安全风险,并帮助用户解决各种电脑“疑难杂症”、优化系统和网络环境,是中国综合能力最强、最稳定的安全软件。
向TA提问
关注
展开全部
class ControlPython{ public void startexe() { Process usepy = new Process(); string path = "敬备\""亮肆毁 + System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase + "\\pyproject.exe" + "\""; usepy.StartInfo.FileName = @"python"; usepy.StartInfo.Arguments = path; usepy.StartInfo.UseShellExecute = false; usepy.StartInfo.RedirectStandardOutput = true; usepy.StartInfo.RedirectStandardInput = true; usepy.StartInfo.RedirectStandardError = true; usepy.StartInfo.CreateNoWindow = false; usepy.OutputDataReceived += (sender, args) => Console.WriteLine("received output: {0}"雹让, args.Data); usepy.Start(); sepy.BeginOutputReadLine(); Console.ReadLine(); }
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询