<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Reserved filename in Windows</title>
	<atom:link href="http://klimb.com/blog/2007/06/05/reserved-filename-in-windows/feed" rel="self" type="application/rss+xml" />
	<link>http://klimb.com/blog/2007/06/05/reserved-filename-in-windows</link>
	<description></description>
	<pubDate>Sat, 06 Sep 2008 01:42:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dmitry</title>
		<link>http://klimb.com/blog/2007/06/05/reserved-filename-in-windows#comment-13857</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Fri, 22 Feb 2008 01:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://klimb.com/blog/2007/06/05/reserved-filename-in-windows/#comment-13857</guid>
		<description>awesome! thanks guys</description>
		<content:encoded><![CDATA[<p>awesome! thanks guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: afdzal3</title>
		<link>http://klimb.com/blog/2007/06/05/reserved-filename-in-windows#comment-13856</link>
		<dc:creator>afdzal3</dc:creator>
		<pubDate>Fri, 22 Feb 2008 01:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://klimb.com/blog/2007/06/05/reserved-filename-in-windows/#comment-13856</guid>
		<description>The other keyword that you can't create the folder with are: -

PRN- refers printer
NIL - refers void 
AUX - refers to the auxilary device
COM1 - COM 1 port
COM2 - COM 2 port
COM3 - COM 3 port
COM4 - COM 4 port
LPT1 - LPT 1 port
LPT2 - LPT 2 port
LPT3 - LPT 3 port
etc ...</description>
		<content:encoded><![CDATA[<p>The other keyword that you can&#8217;t create the folder with are: -</p>
<p>PRN- refers printer<br />
NIL - refers void<br />
AUX - refers to the auxilary device<br />
COM1 - COM 1 port<br />
COM2 - COM 2 port<br />
COM3 - COM 3 port<br />
COM4 - COM 4 port<br />
LPT1 - LPT 1 port<br />
LPT2 - LPT 2 port<br />
LPT3 - LPT 3 port<br />
etc &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hendrickx</title>
		<link>http://klimb.com/blog/2007/06/05/reserved-filename-in-windows#comment-13668</link>
		<dc:creator>Michael Hendrickx</dc:creator>
		<pubDate>Sun, 17 Feb 2008 15:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://klimb.com/blog/2007/06/05/reserved-filename-in-windows/#comment-13668</guid>
		<description>There are a few reserved keywords.  con, prn, aux.  It's what caused the con/con DoS back in the 90's :)</description>
		<content:encoded><![CDATA[<p>There are a few reserved keywords.  con, prn, aux.  It&#8217;s what caused the con/con DoS back in the 90&#8217;s :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paramjit</title>
		<link>http://klimb.com/blog/2007/06/05/reserved-filename-in-windows#comment-12895</link>
		<dc:creator>Paramjit</dc:creator>
		<pubDate>Mon, 28 Jan 2008 14:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://klimb.com/blog/2007/06/05/reserved-filename-in-windows/#comment-12895</guid>
		<description>con is reserved for console which means your keyboard and monitor.
try:
C:\&#62; copy filename con:
this will display the contents of the file.</description>
		<content:encoded><![CDATA[<p>con is reserved for console which means your keyboard and monitor.<br />
try:<br />
C:\&gt; copy filename con:<br />
this will display the contents of the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://klimb.com/blog/2007/06/05/reserved-filename-in-windows#comment-10670</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Thu, 15 Nov 2007 04:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://klimb.com/blog/2007/06/05/reserved-filename-in-windows/#comment-10670</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Burke</title>
		<link>http://klimb.com/blog/2007/06/05/reserved-filename-in-windows#comment-3886</link>
		<dc:creator>Daniel Burke</dc:creator>
		<pubDate>Thu, 14 Jun 2007 01:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://klimb.com/blog/2007/06/05/reserved-filename-in-windows/#comment-3886</guid>
		<description>Sorry I should elaborate upon that, the idea was that if you were in a really dire situation in dos you could cobble the system together with something like...
C:\&#62;copy con autoexec.bat
@echo off
prompt $p$g
lh mouse
(then press [f6] or [ctrl]+[z] to generate the "Z^", and press [enter])

And it would create a text file. So as long as you still had command.com, you could always print, create and read text files. Saved my hide more than once.
Also you could type "copy con prn" to turn your computer into an overpriced typewriter :-p</description>
		<content:encoded><![CDATA[<p>Sorry I should elaborate upon that, the idea was that if you were in a really dire situation in dos you could cobble the system together with something like&#8230;<br />
C:\&gt;copy con autoexec.bat<br />
@echo off<br />
prompt $p$g<br />
lh mouse<br />
(then press [f6] or [ctrl]+[z] to generate the &#8220;Z^&#8221;, and press [enter])</p>
<p>And it would create a text file. So as long as you still had command.com, you could always print, create and read text files. Saved my hide more than once.<br />
Also you could type &#8220;copy con prn&#8221; to turn your computer into an overpriced typewriter :-p</p>
]]></content:encoded>
	</item>
</channel>
</rss>
