<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kevinFarrelly.com &#187; general</title>
	<atom:link href="http://www.kevinfarrelly.com/category/development/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinfarrelly.com</link>
	<description>What's keeping my head spinning?</description>
	<lastBuildDate>Mon, 31 Jan 2011 22:59:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Find out which process is locking an exe or dll</title>
		<link>http://www.kevinfarrelly.com/development/general/find-out-which-process-is-locking-an-exe-or-dll/</link>
		<comments>http://www.kevinfarrelly.com/development/general/find-out-which-process-is-locking-an-exe-or-dll/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:56:22 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.kevinfarrelly.com/?p=83</guid>
		<description><![CDATA[This might come in handy if you need to find out which process is locking an exe/dll file: What is does : quote &#8220;Lists all tasks currently using the given exe/dll name. If the module name is not specified all loaded modules are displayed.&#8220;]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.msdn.com/winclient/archive/2004/07/08/177947.aspx">This</a> might come in handy if you need to find out which process is locking an exe/dll file: </p>
<pre class="brush: plain; title: ; notranslate">tasklist.exe /m [filename]</pre>
<p>What is does :</p>
<ul>
<li>quote &#8220;<em>Lists all tasks currently using the given exe/dll name. If the module name is not specified all loaded modules are displayed.</em>&#8220;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinfarrelly.com/development/general/find-out-which-process-is-locking-an-exe-or-dll/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

