color fd
C:WindowsSystem32driversetc
hosts
cd C:umpzabbixconf
zabbix_agentd.conf
if %processor_architecture% EQU x86 copy /y C:umpzabbixinwin32 C:umpzabbix
if %processor_architecture% EQU AMD64 copy /y C:umpzabbixinwin64 C:umpzabbix
C:umpzabbixzabbix_agentd.exe -c C:umpzabbixconfzabbix_agentd.conf -i
net start "Zabbix Agent"
sc config "Zabbix Agent" start= auto