码迷,mamicode.com
首页 > 其他好文 > 详细

c# 调用外包程序 等待处理完成结果

时间:2014-05-29 15:31:11      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:c   style   class   blog   code   java   

bubuko.com,布布扣
string root = @"J:\yaoqianshu";
            string pythonPath = "解压缩拷贝启动动画测试(新).py";
            string ccccPath = "";
            ProcessStartInfo myProcess = new ProcessStartInfo();
            myProcess.WorkingDirectory = root;
            myProcess.FileName = pythonPath;
            Process ones =  Process.Start(myProcess);
            Debug.WriteLine("开始运行");

            ones.WaitForExit();

            Debug.WriteLine("结束进程");
bubuko.com,布布扣

 

c# 调用外包程序 等待处理完成结果,布布扣,bubuko.com

c# 调用外包程序 等待处理完成结果

标签:c   style   class   blog   code   java   

原文地址:http://www.cnblogs.com/gaitian00/p/3758554.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!