@echo off
title "Delete aos app files"
del "C:\Program Files\Microsoft Dynamics AX\60\Server\AOS_NAME\Bin\Application\Appl\Standard\*.*" /f /s /q /a >NUL
del "C:\Program Files\Microsoft Dynamics AX\60\Server\AOS_NAME\Bin\XppIL" /f /s /q /a >NUL
pause