Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 53cc7e02d8a76b200cbe189ce9bf3035 > files > 331

mrtg-2.16.4-3.fc14.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