<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; CMD/BAT: Ping множества узлов]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9188&amp;type=atom" />
	<updated>2014-02-01T07:26:35Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9188</id>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Ping множества узлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79650#p79650" />
			<content type="html"><![CDATA[<p>Всем спасибо и сладких плюшек <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[gaz--]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31649</uri>
			</author>
			<updated>2014-02-01T07:26:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79650#p79650</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Ping множества узлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79580#p79580" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>gaz-- пишет:</cite><blockquote><p>...<br />И надо так 160-170 узлов проверить, а те которые не работают в один текстовый файл,</p><p>И если можно к ip название сразу&nbsp; &nbsp;Пример: 10,102,20,106-Вавилон не на связи<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10,102,20,050-Премьер не на связи</p></blockquote></div><p>Если нет необходимости в использовании именно батника, то LANAdmin.hta - на форуме <a href="http://forum.script-coding.com/viewtopic.php?id=7719">HTA: LAN Administrator</a> пользователя mozers - по моему для Вас самое то: и скан асинхронный и каждому узлу Вы можете прописать свой дескрипшен - &quot;Вавилон&quot; и т.п. </p><p>И экспорт встроенный есть - в Эксель. А из Экселя, если сильно надо, то и в текстовый файл можно экспортировать.</p>]]></content>
			<author>
				<name><![CDATA[Rom5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5724</uri>
			</author>
			<updated>2014-01-31T07:51:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79580#p79580</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Ping множества узлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79520#p79520" />
			<content type="html"><![CDATA[<p>Здесь нафоруме обсуждался скрипт <a href="http://forum.script-coding.com/viewtopic.php?id=3739">Асинхронный мультипинг</a>. Может его достаточно будет? </p><p>К сожалению в&nbsp; Windows стандартная команда ping не реализует пинг широковещательного адреса, но его можно как-то реализовать самому. По сути этот пример - обычный перебор автоматически всех адресов в подсети 192.168.1.0/24. Можно подстроить под себя, изменив адрес подсети. <br /></p><div class="codebox"><pre><code>
@echo off

for /l %%l in ( 1, 1, 254 ) do (
    start /b cmd /c &quot;ping -n 1 -w 10 192.168.1.%%l | find /i &quot;TTL=&quot;&quot;
)
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Rumata]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24846</uri>
			</author>
			<updated>2014-01-30T00:06:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79520#p79520</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Ping множества узлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79505#p79505" />
			<content type="html"><![CDATA[<p><a href="http://www.softperfect.com/products/networkscanner/">Может, и батника не надо?</a></p>]]></content>
			<author>
				<name><![CDATA[Serge Yolkin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27503</uri>
			</author>
			<updated>2014-01-28T20:45:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79505#p79505</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Ping множества узлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79501#p79501" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>alexii пишет:</cite><blockquote><p>При «-t» он никак не будет пинговать больше одного узла.</p><p>По какому принципу «и еще 160 узлов»?</p></blockquote></div><p>Структура примерно такая: Ping 1 узла есть нечего делать не надо, а если нет то записать в текстовый файл &quot;связь&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ping 2 узла есть нечего делать не надо, а если нет то записать в текстовый файл &quot;связь&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ping 3 узла есть нечего делать не надо, а если нет то записать в текстовый файл &quot;связь&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ping 4 узла есть нечего делать не надо, а если нет то записать в текстовый файл &quot;связь&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ping 5 узла есть нечего делать не надо, а если нет то записать в текстовый файл &quot;связь&quot;</p><p>И надо так 160-170 узлов проверить, а те которые не работают в один текстовый файл,</p><p>И если можно к ip название сразу&nbsp; &nbsp;Пример: 10,102,20,106-Вавилон не на связи<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10,102,20,050-Премьер не на связи</p>]]></content>
			<author>
				<name><![CDATA[gaz--]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31649</uri>
			</author>
			<updated>2014-01-28T15:17:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79501#p79501</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Ping множества узлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79500#p79500" />
			<content type="html"><![CDATA[<p>При «-t» он никак не будет пинговать больше одного узла.</p><p>По какому принципу «и еще 160 узлов»?</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2014-01-28T14:54:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79500#p79500</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CMD/BAT: Ping множества узлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79497#p79497" />
			<content type="html"><![CDATA[<p>написать bat файл, который бы пинговал определенные узлы.</p><p>к сожалению в написании не очень силен(вообще какаха я)&nbsp; &nbsp;- можно ли такое сделать?</p><p>к примеру запускаешь файл - а он запускается и пингует 127.0.0.1&nbsp; и еще 160 узлов&nbsp; и те которые не пингуються выводить в текстовый файл&nbsp; </p><p>А то устаешь 160 раз набирать ping&nbsp; &nbsp;127.0.0..... -t </p><p>Заранее благодарен.</p>]]></content>
			<author>
				<name><![CDATA[gaz--]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31649</uri>
			</author>
			<updated>2014-01-28T13:46:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79497#p79497</id>
		</entry>
</feed>
