<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pra não esquecer... &#187; comando</title>
	<atom:link href="http://www.republicavirtual.com.br/blog/tag/comando/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.republicavirtual.com.br/blog</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 12:49:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>configurando ntp windows por console</title>
		<link>http://www.republicavirtual.com.br/blog/2008/04/26/configurando-ntp-windows-por-console/</link>
		<comments>http://www.republicavirtual.com.br/blog/2008/04/26/configurando-ntp-windows-por-console/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 06:29:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[comando]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[ntp]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=105</guid>
		<description><![CDATA[Configurar ntp: > net time /setsntp:&#8221;br.pool.ntp.org&#8221; > net stop w32time > net start w32time Para forçar sincronia: > net time /querysntp fonte: ara(ú)jo]]></description>
			<content:encoded><![CDATA[<p>Configurar ntp:<br />
> net time /setsntp:&#8221;br.pool.ntp.org&#8221;<br />
> net stop w32time<br />
> net start w32time </p>
<p>Para forçar sincronia:<br />
> net time /querysntp</p>
<p>fonte: ara(ú)jo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2008/04/26/configurando-ntp-windows-por-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iniciando um processo em background no windows</title>
		<link>http://www.republicavirtual.com.br/blog/2008/04/17/iniciando-um-processo-em-background-no-windows/</link>
		<comments>http://www.republicavirtual.com.br/blog/2008/04/17/iniciando-um-processo-em-background-no-windows/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 03:32:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[comando]]></category>
		<category><![CDATA[comando em background]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=95</guid>
		<description><![CDATA[para iniciar um programa em background no windows, use: PLAIN TEXT CODE: start "testando" /B %WINDIR%\notepad.exe c:\boot.ini ou PLAIN TEXT CODE: start "testando" /B c:\windows\notepad.exe c:\boot.ini]]></description>
			<content:encoded><![CDATA[<p>para iniciar um programa em background no windows, use:</p>
<div class="igBar"><span id="lcode-3"><a href="#" onclick="javascript:showPlainTxt('code-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-3">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">start <span style="color:#CC0000;">"testando"</span> /B %WINDIR%\notepad.<span style="">exe</span> c:\boot.<span style="">ini</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
ou </p>
<div class="igBar"><span id="lcode-4"><a href="#" onclick="javascript:showPlainTxt('code-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-4">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">start <span style="color:#CC0000;">"testando"</span> /B c:\windows\notepad.<span style="">exe</span> c:\boot.<span style="">ini</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2008/04/17/iniciando-um-processo-em-background-no-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
