<?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: Generating a classpath to include all .jar files in MS-DOS</title>
	<atom:link href="http://www.objectdefinitions.com/odblog/2007/generating-a-classpath-to-include-all-jar-files-in-ms-dos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.objectdefinitions.com/odblog/2007/generating-a-classpath-to-include-all-jar-files-in-ms-dos/</link>
	<description>Software Development - random theories, code snippits and opinions</description>
	<lastBuildDate>Tue, 18 Oct 2011 23:30:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://www.objectdefinitions.com/odblog/2007/generating-a-classpath-to-include-all-jar-files-in-ms-dos/comment-page-1/#comment-1212</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 24 Oct 2008 11:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/2007/generating-a-classpath-to-include-all-jar-files-in-ms-dos/#comment-1212</guid>
		<description>Thanks Irha, that does indeed look like it might be a better way, and the setlocal ENABLEDELAYEDEXPANSION is a really useful bit of knowledge</description>
		<content:encoded><![CDATA[<p>Thanks Irha, that does indeed look like it might be a better way, and the setlocal ENABLEDELAYEDEXPANSION is a really useful bit of knowledge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irha</title>
		<link>http://www.objectdefinitions.com/odblog/2007/generating-a-classpath-to-include-all-jar-files-in-ms-dos/comment-page-1/#comment-1207</link>
		<dc:creator>Irha</dc:creator>
		<pubDate>Fri, 24 Oct 2008 04:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/2007/generating-a-classpath-to-include-all-jar-files-in-ms-dos/#comment-1207</guid>
		<description>For the record, here is a simpler way to do this by using delayed expansion of variables.

setlocal ENABLEDELAYEDEXPANSION
for %%I IN (..lib*.jar) DO SET CP=!CP!;%%I</description>
		<content:encoded><![CDATA[<p>For the record, here is a simpler way to do this by using delayed expansion of variables.</p>
<p>setlocal ENABLEDELAYEDEXPANSION<br />
for %%I IN (..lib*.jar) DO SET CP=!CP!;%%I</p>
]]></content:encoded>
	</item>
</channel>
</rss>

