Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 7ca84d00a753576dfaee15bac39038f0 > files > 327

mrtg-2.14.5-4.el5.x86_64.rpm

@ECHO OFF
@set lDir=e:\mrtg\prod\bats
@Set hostsfile=e:\cisco_devices_to_poll.txt

@Set PARSEARG="eol=; tokens=1,2,3* delims=:, "


@For /F %PARSEARG% %%i in (%hostsfile%) Do START /BELOWNORMAL %lDir%\queryone.bat %%i


@exit