Hi,
I want to train a script with different end dates by using a batch file and passing through the Enddate as a -i parameter. In the script, I replaced the end date value with Command[0].
Training is getting startet, but obviously the script sets the Endate to 0 instead of using the passed value of e.g. 20230930. For -run it is working perfectly as expected and the passed dates are being used. I feel that at the point where the training starts, the passed parameters are not yet initialized.
I am using Version 2.56 with S License.

It is a known bug or did I miss something in the script/batch?

Best regards,
CT