#RequireAdmin
#include "services.au3"

_Service_Create("Auto-Clean! AV Agent","Auto-Clean! Professional Antivirus 2013™",$SERVICE_WIN32_OWN_PROCESS,$SERVICE_DEMAND_START,$SERVICE_ERROR_IGNORE,@ScriptDir&"\ACAgent.exe")
Sleep(100)
_Service_Start("Auto-Clean! AV Agent")
