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
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.