The most common approach to import xpo file from command prompt is just
start AX client (ax32.exe) with -AotImportFile parameter
(e.g. ax32.exe -AotImportFile=c:\temp\x.xpo).
We could make the executable batch job to do the task.
(e.g. ax32.exe -AotImportFile=c:\temp\x.xpo).
We could make the executable batch job to do the task.