ConsoleUpgrade.exe to execute AML in batch mode

オフライン

Hi,

I use ConsoleUpgrade.exe to export a package from a DEVELOPMENT aras environment and to import this package in a PRODUCTION aras environment.

After the import, I need to execute some specific AML to clean some ItemType or execute some methods.

Here is an example of AML I need to execute:

<AML><Item type="Method" action="COCO_UPDATE_LISTS"></Item></AML>

I can execute it with Nash but I would like to do it by batch.

I tried to put an AML file with the same content in the package but this file is not treated by ConsoleUpgrade.exe.

Do you know a way to execute an AML in batch ?