<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - Base 7.04]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=1415</link>
		<description><![CDATA[The most recent posts in Base 7.04.]]></description>
		<lastBuildDate>Tue, 10 Apr 2007 04:37:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Base 7.04]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=9839#p9839</link>
			<description><![CDATA[<p>thats the spirit !</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Tue, 10 Apr 2007 04:37:35 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=9839#p9839</guid>
		</item>
		<item>
			<title><![CDATA[Re: Base 7.04]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=9836#p9836</link>
			<description><![CDATA[<p>kudos for the use of &quot;tokens&quot; - that&#039;s the best thing I&#039;ve seen yet. <br />There&#039;s still a lot of code out there that runs 24 consecutive &quot;IF EXIST&quot; statements to discover the right drive and I thought it was generated by WPI - even seen some of this on a system built with WPI 5.6. This code is in the individual CMD files for installing each program.&nbsp; For my part, I manually fix the CMD files and reconstruct the CD. </p><p>Apologies if I got it wrong, and no offense taken - I learned a long time ago that it&#039;s OK to be wrong and admit it, and learn from it.</p>]]></description>
			<author><![CDATA[null@example.com (scrooloose)]]></author>
			<pubDate>Mon, 09 Apr 2007 21:32:20 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=9836#p9836</guid>
		</item>
		<item>
			<title><![CDATA[Re: Base 7.04]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=9827#p9827</link>
			<description><![CDATA[<p>I might expect a &quot;perfectionist&quot; to take the time to get all the latest stuff and to pretest suggestions? sorry we offended you.</p><p>The WPI code will only do ONE iteration it returns the driveletter that the .cmd file is run from. <br />I dont see how you could do less than one loop? </p><p>So why bother with extra code that is unneccessary? <br />You didn&#039;t test this for yourself?</p><p>Both methods are fast, simple and effecient already. I, for one, failed to see your point. 3ns, spare me!</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Mon, 09 Apr 2007 19:00:06 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=9827#p9827</guid>
		</item>
		<item>
			<title><![CDATA[Re: Base 7.04]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=9822#p9822</link>
			<description><![CDATA[<p>From:&nbsp; &nbsp;SET CDDRIVE=%%i:<br />To:&nbsp; &nbsp; &nbsp; (SET CDDRIVE=%%i:&amp; goto DONECD)</p><p>and add the label line after that<br />:DONECD</p><p>It breaks out of the FOR loop as soon as it finds the right drive instead of continuing to check all drives.</p><p>And yeah - the WPI stuff I have is prolly from an old release.</p>]]></description>
			<author><![CDATA[null@example.com (scrooloose)]]></author>
			<pubDate>Mon, 09 Apr 2007 12:54:46 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=9822#p9822</guid>
		</item>
		<item>
			<title><![CDATA[Re: Base 7.04]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=9747#p9747</link>
			<description><![CDATA[<p>i dont understand either because the code for WPI is</p><p>@ECHO OFF</p><p>for /f &quot;delims=: tokens=1&quot; %%i in (&quot;%~dp0&quot;) do set drive=%%i:<br />set wpipath=%drive%\wpi</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Fri, 06 Apr 2007 21:45:16 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=9747#p9747</guid>
		</item>
		<item>
			<title><![CDATA[Re: Base 7.04]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=9738#p9738</link>
			<description><![CDATA[<div class="quotebox"><cite>scrooloose wrote:</cite><blockquote><p>I noticed that you still haven&#039;t fixed presetup.cmd......... I bet you tried this but gave up because %CDROM% had a space at the end.&nbsp; &nbsp;Make sure there&#039;s no space between &quot;:&quot; and &quot;&amp;&quot; and it will work, and save you 3 nanoseconds (the WPI guys need to do this because it will save me having to click OK a few dozen times)</p> <br /><p>FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST &quot;%%i:%TAGFILE%&quot; (SET CDDRIVE=%%i:&amp; goto DONECD)<br />:DONECD</p><br /><p>Footnote:&nbsp; &nbsp;it&#039;s gonna save about 3 nanoseconds so is it worth it?</p><p>Footnote2:&nbsp; Someone please tell the guys who publish WPI that this is the way it&#039;s done, not 24 lines e.g.:</p><p>If exist c:\blah set CRDOM=C:\<br />if exist d:\blah set CDROM=D:\<br />...etc...</p><p>Footnote3:&nbsp; &nbsp;WPI gives me 4 popups that I have to click OK button for..... &#039;cos I have a front-panel device with 4 USB camera card readers.</p><p>Bashrat - The perfectionist in me is offended a bit because you aren&#039;t using this code (maybe you didn&#039;t know), but it ain&#039;t important during preinstall..... on the other hand, WPI is Post-install and so they should learn and improve [NOW], because it does cause popups.</p><br /><p>[BTW - thanks for the latest driver packs - I spent 2 days making sure my various builds work with it and found ZERO errors.&nbsp; &nbsp;Kudos to you, and don&#039;t be offended by my attitude - I just want the code to be abso-fkn-lutely perfect, and NOW is not too soon <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" />)!]</p></blockquote></div><p>I&#039;m not sure I can follow what you&#039;re saying... Please post &quot;before&quot; and &quot;after&quot; lines <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Fri, 06 Apr 2007 17:51:56 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=9738#p9738</guid>
		</item>
		<item>
			<title><![CDATA[Re: Base 7.04]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=9728#p9728</link>
			<description><![CDATA[<p>I noticed that you still haven&#039;t fixed presetup.cmd......... I bet you tried this but gave up because %CDROM% had a space at the end.&nbsp; &nbsp;Make sure there&#039;s no space between &quot;:&quot; and &quot;&amp;&quot; and it will work, and save you 3 nanoseconds (the WPI guys need to do this because it will save me having to click OK a few dozen times)</p> <br /><p>FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST &quot;%%i:%TAGFILE%&quot; (SET CDDRIVE=%%i:&amp; goto DONECD)<br />:DONECD</p><br /><p>Footnote:&nbsp; &nbsp;it&#039;s gonna save about 3 nanoseconds so is it worth it?</p><p>Footnote2:&nbsp; Someone please tell the guys who publish WPI that this is the way it&#039;s done, not 24 lines e.g.:</p><p>If exist c:\blah set CRDOM=C:\<br />if exist d:\blah set CDROM=D:\<br />...etc...</p><p>Footnote3:&nbsp; &nbsp;WPI gives me 4 popups that I have to click OK button for..... &#039;cos I have a front-panel device with 4 USB camera card readers.</p><p>Bashrat - The perfectionist in me is offended a bit because you aren&#039;t using this code (maybe you didn&#039;t know), but it ain&#039;t important during preinstall..... on the other hand, WPI is Post-install and so they should learn and improve [NOW], because it does cause popups.</p><br /><p>[BTW - thanks for the latest driver packs - I spent 2 days making sure my various builds work with it and found ZERO errors.&nbsp; &nbsp;Kudos to you, and don&#039;t be offended by my attitude - I just want the code to be abso-fkn-lutely perfect, and NOW is not too soon <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" />)!]</p>]]></description>
			<author><![CDATA[null@example.com (scrooloose)]]></author>
			<pubDate>Fri, 06 Apr 2007 09:30:07 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=9728#p9728</guid>
		</item>
		<item>
			<title><![CDATA[Re: Base 7.04]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=9636#p9636</link>
			<description><![CDATA[<div class="quotebox"><cite>BigBrit wrote:</cite><blockquote><p>Downloaded all the 7.04 files</p><p>Used:<br />Ryan VM 2.18 with Add-Ins<br />Ran the above with Nlite<br />Selected all driverpacks<br />Enabled KTD<br />Created ISO with Nlite<br />Nero 7 to create a DVD</p><p>Ran perfectly</p><p>Progress bar was perfect and accurate</p><p>You guys did it again !!!</p></blockquote></div><p>I&#039;m so glad that this long testing time wasn&#039;t in vain <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /> Thanks for the feedback!</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Wed, 04 Apr 2007 07:52:37 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=9636#p9636</guid>
		</item>
		<item>
			<title><![CDATA[Base 7.04]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=9634#p9634</link>
			<description><![CDATA[<p>Downloaded all the 7.04 files</p><p>Used:<br />Ryan VM 2.18 with Add-Ins<br />Ran the above with Nlite<br />Selected all driverpacks<br />Enabled KTD<br />Created ISO with Nlite<br />Nero 7 to create a DVD</p><p>Ran perfectly</p><p>Progress bar was perfect and accurate</p><p>You guys did it again !!!</p>]]></description>
			<author><![CDATA[null@example.com (BigBrit)]]></author>
			<pubDate>Wed, 04 Apr 2007 01:56:52 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=9634#p9634</guid>
		</item>
	</channel>
</rss>
