Batch file to run batch process -wabatchprocess

I have a batch script to run a batch process in AECOsim but it is starting up Energy Simulator. Am I am to pass in a project config file to -wabatchprocess?

Echo Starting

Start /wait "batch" CMD /c aecosimbuildingdesigner.exe -wabatchprocess "-iF:\IOP\EW\02_Plant\03_Design\99_Admin\_Sandbox\Scripts\EW_Sync_000_Dynamic.bprc"

Echo Done

Parents Reply Children
  • Hi Simon,

    That is bizarre...   AFAIK, the only way to directly open AES is by using the AECOsimBuildingDesigner.exe with the application switch "-wsBB_DISCIPLINE=AES".    

    There is a section in BuildingDesigner.cfg that defines AES, beginning with "%if ($(BB_DISCIPLINE) != "AES")" on line 41 and ending with "# Closing %endif for AES test %endif" on line 912.   I'm assuming your BuildingDesigner.cfg file does include this?   Any idea whether BB_DISCIPLINE is being defined elsewhere in your configuration?