make_all_cisco_configs.bat
Upload User: shbosideng
Upload Date: 2013-05-04
Package Size: 1555k
Code Size: 0k
Category:

SNMP

Development Platform:

C/C++

  1. Set hostsfile=e:cisco_devices_to_poll.txt
  2. Set PARSEARG="eol=; tokens=1,2,3* delims=:, "
  3. For /F %PARSEARG% %%i in (%hostsfile%) Do START /BELOWNORMAL e:mrtgprodbatsRUN_builder.bat %%i %%j %%k
  4. exit