标签: javascript batch-file
我有一个Java批处理过程,我在C#中使用它来运行进程。我想要一个测试用例来检查批处理是否正在运行。我使用批处理过程:void ... batch_process(string process){try {string strFilePath = Path.Combine(batch_process_path,process); ProcessStartInfo psi = new ProcessStartInfo(strFilePath ...