<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; CMD/BAT: Как сделать окна cmd по размеру дисплея монитора?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10219&amp;type=atom" />
	<updated>2014-12-07T18:42:16Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10219</id>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Как сделать окна cmd по размеру дисплея монитора?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=88937#p88937" />
			<content type="html"><![CDATA[<p>Благодарю за помощь! Всё работает!</p>]]></content>
			<author>
				<name><![CDATA[Perec]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32661</uri>
			</author>
			<updated>2014-12-07T18:42:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=88937#p88937</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Как сделать окна cmd по размеру дисплея монитора?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=88936#p88936" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>@set @tile=0 /*
  @echo off
    set @tile=
    cscript /nologo /e:jscript &quot;%~f0&quot;
  exit /b
*/

with (new ActiveXObject(&#039;WScript.Shell&#039;)) {
  for (var i = 0; i &lt; 4; i++) {
    Run(&quot;%comspec% /k&quot;);
  }
}

(new ActiveXObject(&#039;Shell.Application&#039;)).TileHorizontally();</code></pre></div>]]></content>
			<author>
				<name><![CDATA[greg zakharov]]></name>
			</author>
			<updated>2014-12-07T18:30:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=88936#p88936</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Как сделать окна cmd по размеру дисплея монитора?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=88934#p88934" />
			<content type="html"><![CDATA[<p>почему-то открываются так же, друг на друга.....</p>]]></content>
			<author>
				<name><![CDATA[Perec]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32661</uri>
			</author>
			<updated>2014-12-07T17:01:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=88934#p88934</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Как сделать окна cmd по размеру дисплея монитора?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=88932#p88932" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>rundll32 user32.dll,TileWindows</code></pre></div><p>???</p>]]></content>
			<author>
				<name><![CDATA[greg zakharov]]></name>
			</author>
			<updated>2014-12-07T16:42:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=88932#p88932</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CMD/BAT: Как сделать окна cmd по размеру дисплея монитора?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=88931#p88931" />
			<content type="html"><![CDATA[<p>Как сделать, чтобы окна cmd, которые открываются при запуске батника, не накладывались друг на друга, а распределялись по экрану???</p>]]></content>
			<author>
				<name><![CDATA[Perec]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32661</uri>
			</author>
			<updated>2014-12-07T15:59:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=88931#p88931</id>
		</entry>
</feed>
