I am creating a powershell script to run AX as a different user:
runas /user:domain\myuser "c:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin\ax32.exe -aos2=MYAOS"
This command does work and gets me to the right AOS. However, I'm thinking I need to run this along with my .AXC. Is that possible?