<?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=6040&amp;type=atom" />
	<updated>2011-07-23T09:06:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6040</id>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Закрыть окно CMD после вызова программы.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50125#p50125" />
			<content type="html"><![CDATA[<p><strong>alexii</strong>, Cпасибо большое!!!</p>]]></content>
			<author>
				<name><![CDATA[SANIOK_AV]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25238</uri>
			</author>
			<updated>2011-07-23T09:06:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50125#p50125</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Закрыть окно CMD после вызова программы.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50111#p50111" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>start &quot;&quot; &quot;D:\program.exe&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-07-22T15:56:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50111#p50111</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CMD/BAT: Закрыть окно CMD после вызова программы.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50109#p50109" />
			<content type="html"><![CDATA[<p>Доброго времени суток!<br />Подскажите пожалуйста как закрыть&nbsp; окно CMD после вызова программы, не дожидаясь закрытия этой программы?<br /></p><div class="codebox"><pre><code>@echo off
choice /m &quot;To run the program?&quot;
if errorlevel 2 goto end
D:\program.exe
:end</code></pre></div><p>Хочу чтобы сразу после запуска program.exe&nbsp; (если я перед этим выбрал &quot;Yes&quot;) цмд-шное окно закрылось...<br />Заранее благодарен!!!</p>]]></content>
			<author>
				<name><![CDATA[SANIOK_AV]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25238</uri>
			</author>
			<updated>2011-07-22T14:53:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50109#p50109</id>
		</entry>
</feed>
