| | |
| | | Process p = null; |
| | | try |
| | | { |
| | | string args = string.Format("-licensing AdLM -OpenFile \"{0}\" -ExecuteAddInPlugin \"EngineBatch_Sample.SmartEarth\" \"{1}\" -log D:\\xyz\\auto\\log.txt -NoGui -Exit", modelFile, configFile); |
| | | string args = string.Format("-licensing AdLM -OpenFile \"{0}\" -ExecuteAddInPlugin \"EngineBatch_Sample.SmartEarth\" \"{1}\" -NoGui -Exit", modelFile, configFile); // -log D:\\xyz\\auto\\log.txt |
| | | LogOut.Info("Args:" + args); |
| | | |
| | | // 启动进程 |
| | | p = Process.Start(RoamerExe, args); |
| | |
| | | private static void WriteText(string file, string str) |
| | | { |
| | | File.WriteAllText(file, str); |
| | | LogOut.Info("JobConfig:" + str); |
| | | } |
| | | } |
| | | } |