<?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>solutions.hans-eric.com &#187; Uncategorized</title>
	<atom:link href="http://solutions.hans-eric.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://solutions.hans-eric.com</link>
	<description>Hans-Eric Grönlund's Log of Solutions to Technical Problems</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:42:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>UNC Paths in Windows Command Shell</title>
		<link>http://solutions.hans-eric.com/unc-paths-in-windows-command-shell</link>
		<comments>http://solutions.hans-eric.com/unc-paths-in-windows-command-shell#comments</comments>
		<pubDate>Fri, 23 Apr 2010 07:39:00 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://solutions.hans-eric.com/?p=39</guid>
		<description><![CDATA[Problem:
Copy and other command shell commands don&#8217;t work with UNC paths, i.e. \\server\dir.
Solution:
Use pushd &#60;path&#62; to temporarily assign a drive letter and map it to the path.
pushd \\server\rootfolder\subfolder
When done, use popd to unmap the letter.
]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>Copy and other command shell commands don&#8217;t work with UNC paths, i.e. \\server\dir.</p>
<p><strong>Solution:</strong></p>
<p>Use <em>pushd &lt;path&gt;</em> to temporarily assign a drive letter and map it to the path.</p>
<p><em>pushd \\server\rootfolder\subfolder</em></p>
<p>When done, use <em>popd</em> to unmap the letter.</p>
]]></content:encoded>
			<wfw:commentRss>http://solutions.hans-eric.com/unc-paths-in-windows-command-shell/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

