<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The deltree command equivalent for Windows 2000, Windows XP, Windows Server 2003, and beyond</title>
	<atom:link href="http://thebackroomtech.com/2009/01/05/the-deltree-command-equivalent-for-windows-2000-windows-xp-windows-server-2003-and-beyond/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com/2009/01/05/the-deltree-command-equivalent-for-windows-2000-windows-xp-windows-server-2003-and-beyond/</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Thu, 19 Nov 2009 21:28:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: joe</title>
		<link>http://thebackroomtech.com/2009/01/05/the-deltree-command-equivalent-for-windows-2000-windows-xp-windows-server-2003-and-beyond/#comment-3078</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sun, 01 Nov 2009 21:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.com/?p=1296#comment-3078</guid>
		<description>rd directoryname /s dose so work. Thanks</description>
		<content:encoded><![CDATA[<p>rd directoryname /s dose so work. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeeZaster</title>
		<link>http://thebackroomtech.com/2009/01/05/the-deltree-command-equivalent-for-windows-2000-windows-xp-windows-server-2003-and-beyond/#comment-2736</link>
		<dc:creator>DeeZaster</dc:creator>
		<pubDate>Tue, 11 Aug 2009 19:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.com/?p=1296#comment-2736</guid>
		<description>deltree (http://terrikaduck.netfirms.com/deltree.zip) works in Windows 7 32bit just fine but you will run into trouble with 64bit.  rmdir /q /s  works exactly the same but I just make a batch file for 64bit called deltree.bat and stick that into the system32 folder.

@rmdir /q /s %1

and your done.  Thats all thats available for dos, unless you want to use Take Command (http://www.jpsoft.com/) which is a fantastic replacement.  RD and rmdir are the same two commands, both only have two switches and do exactly the same for each one.</description>
		<content:encoded><![CDATA[<p>deltree (<a href="http://terrikaduck.netfirms.com/deltree.zip" rel="nofollow">http://terrikaduck.netfirms.com/deltree.zip</a>) works in Windows 7 32bit just fine but you will run into trouble with 64bit.  rmdir /q /s  works exactly the same but I just make a batch file for 64bit called deltree.bat and stick that into the system32 folder.</p>
<p>@rmdir /q /s %1</p>
<p>and your done.  Thats all thats available for dos, unless you want to use Take Command (<a href="http://www.jpsoft.com/" rel="nofollow">http://www.jpsoft.com/</a>) which is a fantastic replacement.  RD and rmdir are the same two commands, both only have two switches and do exactly the same for each one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://thebackroomtech.com/2009/01/05/the-deltree-command-equivalent-for-windows-2000-windows-xp-windows-server-2003-and-beyond/#comment-2446</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 13 May 2009 03:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.com/?p=1296#comment-2446</guid>
		<description>RD is not an equivalent of Deltree.
For example:

        rd directoryname /s

will alway delete the directory itself.

But Deltree does not delete the directory itself if there is a backslash at the end of the directory name. That is what I am looking for in Windows XP.

Does anyone know a real equivalent command of Deltree in Windows XP other than a batch file?</description>
		<content:encoded><![CDATA[<p>RD is not an equivalent of Deltree.<br />
For example:</p>
<p>        rd directoryname /s</p>
<p>will alway delete the directory itself.</p>
<p>But Deltree does not delete the directory itself if there is a backslash at the end of the directory name. That is what I am looking for in Windows XP.</p>
<p>Does anyone know a real equivalent command of Deltree in Windows XP other than a batch file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
