<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Forbidden file and folder names on Windows</title>
	<atom:link href="http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/</link>
	<description>Random notes from the tech world.</description>
	<lastBuildDate>Sat, 24 Dec 2011 20:59:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: statisticmania</title>
		<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/comment-page-1/#comment-67371</link>
		<dc:creator>statisticmania</dc:creator>
		<pubDate>Wed, 03 Aug 2011 06:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/#comment-67371</guid>
		<description>i was trying to remove folder nul with command line. but its failed. cmd says: The directory is not empty.</description>
		<content:encoded><![CDATA[<p>i was trying to remove folder nul with command line. but its failed. cmd says: The directory is not empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NeoqJav</title>
		<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/comment-page-1/#comment-63356</link>
		<dc:creator>NeoqJav</dc:creator>
		<pubDate>Thu, 17 Mar 2011 09:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/#comment-63356</guid>
		<description>net use LPT1 \\server\name-print
type &quot;c:\arquivo.txt&quot; &gt; LPT1

copy c:\arquivo.txt con
is like:
type c:\arquivo.txt 

copy con c:\arquivo.txt 
HELLO PEOPLE!
TESTING...
^Z
CTRL+Z OR F6

DIR *.txt &gt; nul
if %errorlevel%==0 echo. %cd% have txt files

but and COM* and AUX examples?</description>
		<content:encoded><![CDATA[<p>net use LPT1 \\server\name-print<br />
type &#8220;c:\arquivo.txt&#8221; &gt; LPT1</p>
<p>copy c:\arquivo.txt con<br />
is like:<br />
type c:\arquivo.txt </p>
<p>copy con c:\arquivo.txt<br />
HELLO PEOPLE!<br />
TESTING&#8230;<br />
^Z<br />
CTRL+Z OR F6</p>
<p>DIR *.txt &gt; nul<br />
if %errorlevel%==0 echo. %cd% have txt files</p>
<p>but and COM* and AUX examples?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/comment-page-1/#comment-63217</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Thu, 23 Dec 2010 19:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/#comment-63217</guid>
		<description>Cygwin... Hip Hip Hurra!!!</description>
		<content:encoded><![CDATA[<p>Cygwin&#8230; Hip Hip Hurra!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/comment-page-1/#comment-62635</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/#comment-62635</guid>
		<description>Or just use Cygwin to bypass this silly restriction, especially if you&#039;re a Linux user. :)</description>
		<content:encoded><![CDATA[<p>Or just use Cygwin to bypass this silly restriction, especially if you&#8217;re a Linux user. <img src='http://www.blindedbytech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/comment-page-1/#comment-62633</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/#comment-62633</guid>
		<description>There might be a use for this. If you create the folder from the command line as mentioned above, you will now have a seemingly undeleteable, unmovable, unrenameable folder. This can be useful if you don&#039;t want an inexperienced user messing with your files.

Also, if you want to create a file (not folder) with the name con, follow these steps:
1. Create the file as you normally would
2. From the command line, type the following, making sure to replace the path, as well as use the correct file extension:
rename &quot;\\.\c:\[path to file]&quot; &quot;con.txt&quot;
You now have a file with a forbidden name!</description>
		<content:encoded><![CDATA[<p>There might be a use for this. If you create the folder from the command line as mentioned above, you will now have a seemingly undeleteable, unmovable, unrenameable folder. This can be useful if you don&#8217;t want an inexperienced user messing with your files.</p>
<p>Also, if you want to create a file (not folder) with the name con, follow these steps:<br />
1. Create the file as you normally would<br />
2. From the command line, type the following, making sure to replace the path, as well as use the correct file extension:<br />
rename &#8220;\\.\c:\[path to file]&#8221; &#8220;con.txt&#8221;<br />
You now have a file with a forbidden name!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/comment-page-1/#comment-62496</link>
		<dc:creator>me</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/#comment-62496</guid>
		<description>I was creating a tex folder &quot;aux&quot; and it did not work. I thought a program is blocking the path until I found this page.</description>
		<content:encoded><![CDATA[<p>I was creating a tex folder &#8220;aux&#8221; and it did not work. I thought a program is blocking the path until I found this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thor Whalen</title>
		<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/comment-page-1/#comment-62475</link>
		<dc:creator>Thor Whalen</dc:creator>
		<pubDate>Sun, 08 Nov 2009 15:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/#comment-62475</guid>
		<description>Usefulness? Indeed! Imagine having a program that produces files, automatically choosing the name according to some useful scheme. Well bang! You will probably (if you&#039;re processing a lot of data) stumble on a hard to catch funny bug.

For example, if you&#039;re dealling with IATAs, you&#039;ll hit a problem as soon as you&#039;re processing PRN (Pristina International Airport), CON (Concord Municipal Airport), etc.
True story.

Or say your files are taken from emails... I assure you, you&#039;ll get a few con.rad@gmail.com, prn.me@whatever.org etc. And you&#039;re screwed. 

Sigh! Windows!</description>
		<content:encoded><![CDATA[<p>Usefulness? Indeed! Imagine having a program that produces files, automatically choosing the name according to some useful scheme. Well bang! You will probably (if you&#8217;re processing a lot of data) stumble on a hard to catch funny bug.</p>
<p>For example, if you&#8217;re dealling with IATAs, you&#8217;ll hit a problem as soon as you&#8217;re processing PRN (Pristina International Airport), CON (Concord Municipal Airport), etc.<br />
True story.</p>
<p>Or say your files are taken from emails&#8230; I assure you, you&#8217;ll get a few <a href="mailto:con.rad@gmail.com">con.rad@gmail.com</a>, <a href="mailto:prn.me@whatever.org">prn.me@whatever.org</a> etc. And you&#8217;re screwed. </p>
<p>Sigh! Windows!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allewar</title>
		<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/comment-page-1/#comment-46312</link>
		<dc:creator>Allewar</dc:creator>
		<pubDate>Tue, 14 Apr 2009 00:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/#comment-46312</guid>
		<description>I spent a whole afternoon trying to find the problem with copying files from a Mac computer to a windows file server. After many hours searching in files permissions, windows security preferences, and all sorts of sharing options, I narrowed the problem to some specific folders named &#039;aux&#039;. Then I googled it and found this page. :P</description>
		<content:encoded><![CDATA[<p>I spent a whole afternoon trying to find the problem with copying files from a Mac computer to a windows file server. After many hours searching in files permissions, windows security preferences, and all sorts of sharing options, I narrowed the problem to some specific folders named &#8216;aux&#8217;. Then I googled it and found this page. <img src='http://www.blindedbytech.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alin Faur</title>
		<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/comment-page-1/#comment-1532</link>
		<dc:creator>Alin Faur</dc:creator>
		<pubDate>Mon, 26 Mar 2007 14:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/#comment-1532</guid>
		<description>Actually, the 255 ASCII code corresponds to a space, so the name won&#039;t be &quot;AUX&quot;, but &quot; AUX&quot;, which is different from the one wanted, so it is logic that it will allow you to do it.
In fact, it&#039;s the same as if you tiped &quot;ZAUX&quot; or &quot;_AUX&quot;, which means that it&#039;s not included in the list mentioned above ;)</description>
		<content:encoded><![CDATA[<p>Actually, the 255 ASCII code corresponds to a space, so the name won&#8217;t be &#8220;AUX&#8221;, but &#8221; AUX&#8221;, which is different from the one wanted, so it is logic that it will allow you to do it.<br />
In fact, it&#8217;s the same as if you tiped &#8220;ZAUX&#8221; or &#8220;_AUX&#8221;, which means that it&#8217;s not included in the list mentioned above <img src='http://www.blindedbytech.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritesh Aswal</title>
		<link>http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/comment-page-1/#comment-1376</link>
		<dc:creator>Ritesh Aswal</dc:creator>
		<pubDate>Wed, 21 Mar 2007 08:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindedbytech.com/2006/11/16/forbidden-file-and-folder-names-on-windows/#comment-1376</guid>
		<description>It will work</description>
		<content:encoded><![CDATA[<p>It will work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

