|
@@ -38,6 +38,7 @@ namespace Client.Start
|
|
|
process.StartInfo.RedirectStandardError = true;
|
|
|
string resultFilePath = GetReusltFileName();
|
|
|
string newParam = AddResultFileNameToParam(param, resultFilePath);
|
|
|
+ Console.WriteLine(filePathList.First());
|
|
|
|
|
|
|
|
|
process.StartInfo.Arguments = revitCmd + " " +
|