<?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: A PHP script for removing Thumbs.db, .DS_Store, MacOS hidden and other annoying files</title>
	<atom:link href="http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/</link>
	<description>On life, web dev and everything in between.</description>
	<pubDate>Tue, 07 Oct 2008 01:19:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: zytzagoo</title>
		<link>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/#comment-1423</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Sat, 28 Jun 2008 08:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=43#comment-1423</guid>
		<description>@syed: 
this is an excerpt from the comments from the file you downloaded:

    * @usage    rdir_cleanup('.'); // just a 'test-run' in the current working dir
    * @usage    rdir_cleanup('.', true); // nuke everything from the cwd and further below

So, housekeeping.phps just gives you a function, that you can use in your own php script, that is yet to be writtten (and ran after that) by you. To do that on a default Windows box, you'll probably have to do all or some of these steps:

step 1: download and install php so you can run php scripts on your computer
step 2: open go to the folder where you saved housekeeping.phps and rename it to housekeeping.php
step 3: open housekeeping.php with a text editor and add one extra line to the bottom (call the rdir_cleanup() function with parameters that suit you)
step 4: fire up command prompt (Win+R, type in cmd, hit enter), go to the folder where housekeeping.php is, and now finally type "php housekeeping.php" (without quotes) in the command-line -- that runs the script.

Steps 2-4 could maybe be avoided by installing php with a windows installer that automagically assigns .php files to the php interpreter, so you could maybe just double-click .php files in windows explorer to run them. Haven't tried it tho.</description>
		<content:encoded><![CDATA[<p>@syed:<br />
this is an excerpt from the comments from the file you downloaded:</p>
<p>    * @usage    rdir_cleanup(&#8217;.'); // just a &#8216;test-run&#8217; in the current working dir<br />
    * @usage    rdir_cleanup(&#8217;.', true); // nuke everything from the cwd and further below</p>
<p>So, housekeeping.phps just gives you a function, that you can use in your own php script, that is yet to be writtten (and ran after that) by you. To do that on a default Windows box, you&#8217;ll probably have to do all or some of these steps:</p>
<p>step 1: download and install php so you can run php scripts on your computer<br />
step 2: open go to the folder where you saved housekeeping.phps and rename it to housekeeping.php<br />
step 3: open housekeeping.php with a text editor and add one extra line to the bottom (call the rdir_cleanup() function with parameters that suit you)<br />
step 4: fire up command prompt (Win+R, type in cmd, hit enter), go to the folder where housekeeping.php is, and now finally type &#8220;php housekeeping.php&#8221; (without quotes) in the command-line &#8212; that runs the script.</p>
<p>Steps 2-4 could maybe be avoided by installing php with a windows installer that automagically assigns .php files to the php interpreter, so you could maybe just double-click .php files in windows explorer to run them. Haven&#8217;t tried it tho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syed</title>
		<link>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/#comment-1422</link>
		<dc:creator>syed</dc:creator>
		<pubDate>Fri, 27 Jun 2008 15:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=43#comment-1422</guid>
		<description>I have downloaded the housekeeping.php file how to run this in windows it asking me program to open 

help plz

Syed</description>
		<content:encoded><![CDATA[<p>I have downloaded the housekeeping.php file how to run this in windows it asking me program to open </p>
<p>help plz</p>
<p>Syed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Strahija</title>
		<link>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/#comment-527</link>
		<dc:creator>Boris Strahija</dc:creator>
		<pubDate>Fri, 11 Apr 2008 14:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=43#comment-527</guid>
		<description>Thnx, works like a charm :)</description>
		<content:encoded><![CDATA[<p>Thnx, works like a charm :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
