<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; WSH,VBS,JS: Отправить сообщение на все компьютеры в локальной сети]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16879&amp;type=atom" />
	<updated>2022-01-17T10:12:36Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16879</id>
		<entry>
			<title type="html"><![CDATA[Re: WSH,VBS,JS: Отправить сообщение на все компьютеры в локальной сети]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=151678#p151678" />
			<content type="html"><![CDATA[<p>Добавил вывод:<br /></p><div class="codebox"><pre><code>msg * /server:%%i &quot;test&quot;  &gt;&gt; out.txt 2&gt;&amp;1</code></pre></div><p>Теперь все в файле out.txt</p>]]></content>
			<author>
				<name><![CDATA[Кир]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=2834</uri>
			</author>
			<updated>2022-01-17T10:12:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=151678#p151678</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WSH,VBS,JS: Отправить сообщение на все компьютеры в локальной сети]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=151652#p151652" />
			<content type="html"><![CDATA[<p>Получилось через cmd.<br /></p><div class="codebox"><pre><code>@Echo Off
(For /F %%i In (Spis.txt) Do (
	echo msg * /server:%%i &quot;test&quot; &gt;&gt; out.txt
	msg * /server:%%i &quot;test&quot;
))</code></pre></div><p>Еще хотелось бы в файле out.txt видеть ошибки команды msg.</p>]]></content>
			<author>
				<name><![CDATA[Кир]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=2834</uri>
			</author>
			<updated>2022-01-14T12:35:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=151652#p151652</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WSH,VBS,JS: Отправить сообщение на все компьютеры в локальной сети]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=151631#p151631" />
			<content type="html"><![CDATA[<p><strong>Кир</strong>, я смотрю, зарегистрированы вы давно, но бываете тут редко. Так что, ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свои посты. Обратите внимание на <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">точки</a> в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-01-13T14:20:13Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=151631#p151631</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WSH,VBS,JS: Отправить сообщение на все компьютеры в локальной сети]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=151622#p151622" />
			<content type="html"><![CDATA[<p>Так как всем надо отправить один текст, можно написать текстовый файл с именами\IP-адресами всех локальных компьютеров и написать скрипт vbs или bat-файл (чтобы Windows запускал) с чтением списка и отправкой на каждый сообщения командой MSG: <br /></p><div class="codebox"><pre><code>msg * /server:[адрес\имя из списка] &quot;Текст сообщения&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Кир]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=2834</uri>
			</author>
			<updated>2022-01-13T12:23:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=151622#p151622</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: WSH,VBS,JS: Отправить сообщение на все компьютеры в локальной сети]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=151614#p151614" />
			<content type="html"><![CDATA[<p><strong>Кир</strong>, префикс языка в заголовке? Зачем каждое предложение с новой строчки?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-01-13T09:52:14Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=151614#p151614</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[WSH,VBS,JS: Отправить сообщение на все компьютеры в локальной сети]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=151609#p151609" />
			<content type="html"><![CDATA[<p>Доброго.<br />Нужен организовать возможность отправки сообщения на все компьютеры в локальной сети.<br />Есть встроенный в Windows функционал через команду MSG, но команда отправляет сообщения на один компьютер или всем пользователям одного компьютера.<br />Сообщения командой MSG открываются поверх всех окон. Это тоже необходимо. Использование чатов не рассматривается, т.к. пользователи отключают в настройках всплывание сообщений поверх всех окон.<br />Возможно кто-то уже делал что-то подобное. Прошу подсказать.</p>]]></content>
			<author>
				<name><![CDATA[Кир]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=2834</uri>
			</author>
			<updated>2022-01-13T05:14:58Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=151609#p151609</id>
		</entry>
</feed>
