Below is an example of a start command:
AiolosConsoleUI.exe /serveraddress:http://localhost/NewAiolosService /configuration:DalaKraft /settingsfile:Mysettings.autopar
And below is an example of the file Mysettings.autopar. Be sure to check the default value for each parameter you don't include in the file.
/name:MyTest
/action:export
/loadtype:chg
/exporttype:Xml
/starthour:2
/compareextract:plan
/blockwarnings:compareextract@forecast@fraction
All mandatory parameters are given. The values of /loadtype,/exporttype and /starthour are fetched from Mysettings.autopar. The ones which are required to run a forecast but missing in the settings file such as /forecasttype, /len etc all use default values. The last two lines specify that the forecasts should be compared to the latest already exported values and if the forecast process, the aggregation or the comparison yield any warning messages the export for that series should be blocked.