<?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: Batch Files &#8211; Repeat certain tasks with a click</title>
	<atom:link href="http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/</link>
	<description>Hacking life of Power Users and Webmasters</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:57:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cancel pending printing jobs with a simple batch file</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-15862</link>
		<dc:creator>Cancel pending printing jobs with a simple batch file</dc:creator>
		<pubDate>Fri, 19 Mar 2010 11:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-15862</guid>
		<description>[...] This occurs because the temporary file created for printing the job can’t be deleted because it is being continuously accessed by windows. One solution is to kill the spoolsv.exe service using Task Manager and delete all jobs present in C:WindowsSystem32spoolPRINTERS and then either restart the spoolsv.exe service or restart the computer so that the service is restarted by itself. But we can do all these steps by automating the work with batch files. [...]</description>
		<content:encoded><![CDATA[<p>[...] This occurs because the temporary file created for printing the job can’t be deleted because it is being continuously accessed by windows. One solution is to kill the spoolsv.exe service using Task Manager and delete all jobs present in C:WindowsSystem32spoolPRINTERS and then either restart the spoolsv.exe service or restart the computer so that the service is restarted by itself. But we can do all these steps by automating the work with batch files. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-14139</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Sat, 14 Nov 2009 12:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-14139</guid>
		<description>@Alphonse
Can you explain a bit more what you want?
A command like 

&lt;blockquote&gt;del c:\*.dmp /s /q&lt;/blockquote&gt;

will actually search for all files with extension &lt;strong&gt;dmp&lt;/strong&gt; including the sub-directories because of the &lt;strong&gt;switch /s&lt;/strong&gt;. Switch /q just puts in quiet mode.</description>
		<content:encoded><![CDATA[<p>@Alphonse<br />
Can you explain a bit more what you want?<br />
A command like </p>
<blockquote><p>del c:\*.dmp /s /q</p></blockquote>
<p>will actually search for all files with extension <strong>dmp</strong> including the sub-directories because of the <strong>switch /s</strong>. Switch /q just puts in quiet mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alphonse</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-14138</link>
		<dc:creator>Alphonse</dc:creator>
		<pubDate>Sat, 14 Nov 2009 12:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-14138</guid>
		<description>could create a batch which directly scanning , detecting and deleting files.
Scan, detect then delete the file: batch files.
Thanks</description>
		<content:encoded><![CDATA[<p>could create a batch which directly scanning , detecting and deleting files.<br />
Scan, detect then delete the file: batch files.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-5307</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Fri, 01 Aug 2008 15:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-5307</guid>
		<description>@A. Kr. Thakran
You are welcome!</description>
		<content:encoded><![CDATA[<p>@A. Kr. Thakran<br />
You are welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. Kr. Thakran</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-5294</link>
		<dc:creator>A. Kr. Thakran</dc:creator>
		<pubDate>Fri, 01 Aug 2008 09:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-5294</guid>
		<description>This site proved very useful for me the most I can say about this site is that this is really amazing .............

Thank you.</description>
		<content:encoded><![CDATA[<p>This site proved very useful for me the most I can say about this site is that this is really amazing &#8230;&#8230;&#8230;&#8230;.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-4158</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Sat, 05 Jul 2008 14:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-4158</guid>
		<description>@Dhandeep
Sorry mate. I don&#039;t know if even that can be done. Do share if you got to know.</description>
		<content:encoded><![CDATA[<p>@Dhandeep<br />
Sorry mate. I don&#8217;t know if even that can be done. Do share if you got to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhandeep</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-3257</link>
		<dc:creator>dhandeep</dc:creator>
		<pubDate>Sun, 11 May 2008 12:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-3257</guid>
		<description>hi
i want to kno if we can make a dialog box
sayin anythin  &amp; havin ok button with it 
usin batch
thankx</description>
		<content:encoded><![CDATA[<p>hi<br />
i want to kno if we can make a dialog box<br />
sayin anythin  &amp; havin ok button with it<br />
usin batch<br />
thankx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Statistics For March 2008</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2767</link>
		<dc:creator>Blog Statistics For March 2008</dc:creator>
		<pubDate>Wed, 02 Apr 2008 14:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2767</guid>
		<description>[...] Batch Files - Repeat certain tasks with a click [...]</description>
		<content:encoded><![CDATA[<p>[...] Batch Files &#8211; Repeat certain tasks with a click [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to create custom commands for Run dialog box in windows</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2559</link>
		<dc:creator>How to create custom commands for Run dialog box in windows</dc:creator>
		<pubDate>Tue, 25 Mar 2008 14:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2559</guid>
		<description>[...] help on batch files and link to online *.bat to *.exe convertor, following post is recommended: Creating Batch Files Related PostsHow to safely remove your USB drive when Safely Remove Hardware icon disappears from [...]</description>
		<content:encoded><![CDATA[<p>[...] help on batch files and link to online *.bat to *.exe convertor, following post is recommended: Creating Batch Files Related PostsHow to safely remove your USB drive when Safely Remove Hardware icon disappears from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2432</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Thu, 20 Mar 2008 12:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2432</guid>
		<description>@Sumesh
You will enjoy the links and will find it pretty easy too.  :cool: 
Do let me know if you have created any exclusive batch file of yours.</description>
		<content:encoded><![CDATA[<p>@Sumesh<br />
You will enjoy the links and will find it pretty easy too.  <img src='http://blog.ashfame.com/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /><br />
Do let me know if you have created any exclusive batch file of yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumesh</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2424</link>
		<dc:creator>Sumesh</dc:creator>
		<pubDate>Thu, 20 Mar 2008 07:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2424</guid>
		<description>Good one. I&#039;d read about using batch files, this should help. Time to read up the links too :D</description>
		<content:encoded><![CDATA[<p>Good one. I&#8217;d read about using batch files, this should help. Time to read up the links too <img src='http://blog.ashfame.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2412</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Wed, 19 Mar 2008 20:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2412</guid>
		<description>@Rakshit
You are welcome. Call it a co-incidence or anything. I was writing about batch files and just then I came to know about this post of yours.</description>
		<content:encoded><![CDATA[<p>@Rakshit<br />
You are welcome. Call it a co-incidence or anything. I was writing about batch files and just then I came to know about this post of yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakshit</title>
		<link>http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2411</link>
		<dc:creator>Rakshit</dc:creator>
		<pubDate>Wed, 19 Mar 2008 20:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/2008/03/batch-files-repeat-tasks-click/#comment-2411</guid>
		<description>Wow man, what a nice collection of to-do things with batch files. Excellent one. 
Stumbled!!!

Also, thanks for the mention.
:-)</description>
		<content:encoded><![CDATA[<p>Wow man, what a nice collection of to-do things with batch files. Excellent one.<br />
Stumbled!!!</p>
<p>Also, thanks for the mention.<br />
 <img src='http://blog.ashfame.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

