|
@@ -38,6 +38,7 @@ namespace Client.Start
|
|
process.StartInfo.RedirectStandardError = true;//打开错误流
|
|
process.StartInfo.RedirectStandardError = true;//打开错误流
|
|
string resultFilePath = GetReusltFileName();
|
|
string resultFilePath = GetReusltFileName();
|
|
string newParam = AddResultFileNameToParam(param, resultFilePath);
|
|
string newParam = AddResultFileNameToParam(param, resultFilePath);
|
|
|
|
+ Console.WriteLine(filePathList.First());
|
|
//输入参数,多个参数使用空间分割,如果一个参数包含空格,使用""包括此参数
|
|
//输入参数,多个参数使用空间分割,如果一个参数包含空格,使用""包括此参数
|
|
//注意Json的传入格式
|
|
//注意Json的传入格式
|
|
process.StartInfo.Arguments = revitCmd + " " +
|
|
process.StartInfo.Arguments = revitCmd + " " +
|