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("结束进程");

 

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-01-17
  • 2021-11-24
  • 2021-09-13
  • 2021-10-14
  • 2022-12-23
猜你喜欢
  • 2021-11-13
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案