This is just a short batch that runs a full compilation by means of AxBuild with after-run cleaning in AX 2012.
Do not forget to run it as administrator.
The cleaning requires a project installed as described in the second hyper link.
c: cd "C:\Program Files\Microsoft Dynamics AX\60\Server\CGI_DAX62_DEVTM2_AOS1\bin" axbuild xppcompileall /s=01 /altbin="C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin" @echo to start compilation log import press any key pause cd "C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin" ax32.exe -startupCmd=importandcompileaxbuildlog_C:\Program*Files\Microsoft*Dynamics*AX\60\Server\CGI_DAX62_DEVTM2_AOS1\Log pause
Do not forget to run it as administrator.
The cleaning requires a project installed as described in the second hyper link.