<?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>imitatio creatio &#187; cmd</title>
	<atom:link href="http://filip.rembialkowski.net/tag/cmd/feed/" rel="self" type="application/rss+xml" />
	<link>http://filip.rembialkowski.net</link>
	<description>co we łbie piszczy</description>
	<lastBuildDate>Tue, 15 Jun 2010 12:11:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>skrypty powłoki w Windows</title>
		<link>http://filip.rembialkowski.net/skrypty-powloki-w-windows/</link>
		<comments>http://filip.rembialkowski.net/skrypty-powloki-w-windows/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 16:38:23 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[programowanie]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/skrypty-powloki-w-windows/</guid>
		<description><![CDATA[Ciekawostka dla administratorów systemów z serii win2k/xp/itd itp.
Mamy sobie jakiegoś batcha:

C:\Temp>more test.cmd
@echo off
echo before sleep
c:\cygwin\bin\sleep 60
echo after sleep

I sobie go uruchamiamy.

C:\Temp>test.cmd
before sleep

Otwieramy drugi terminal, a w nim

C:\Temp>echo echo this was added after script was started >> test.cmd

Wracamy do pierwszego okienka i czekamy cierpliwie.

C:\Temp>test.cmd
before sleep
after sleep
this was added after script was started

życie jest pełne niespodzianek.
aha. jako [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/skrypty-powloki-w-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
