@echo off

if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b)

net Stop "Controlup SIP Agent"


c:\..
cd\ProgramData\Avacee\sip_agent\cachefiles

echo=y|del *.*


net start "Controlup SIP Agent"

exit /b
