<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - SOLVED BUG #66: DPS_fnsh.cmd: missing a "(" in the cleanup section]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=125</link>
		<description><![CDATA[The most recent posts in SOLVED BUG #66: DPS_fnsh.cmd: missing a "(" in the cleanup section.]]></description>
		<lastBuildDate>Wed, 07 Jun 2006 19:46:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SOLVED BUG #66: DPS_fnsh.cmd: missing a "(" in the cleanup section]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=710#p710</link>
			<description><![CDATA[<p>Correct. That&#039;s AutoIt syntax... <img src="http://forum.driverpacks.net/img/smilies/sad.png" width="15" height="15" alt="sad" /> Please submit a bug to the <a href="http://bugtracker.driverpacks.net">bugtracker</a> immediately next time! <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Fixed in 6.06.1.</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Wed, 07 Jun 2006 19:46:49 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=710#p710</guid>
		</item>
		<item>
			<title><![CDATA[SOLVED BUG #66: DPS_fnsh.cmd: missing a "(" in the cleanup section]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=686#p686</link>
			<description><![CDATA[<p>The DPs_fnsh.cmd file currently contains</p><div class="codebox"><pre><code>IF method==1 then
DEL /F /Q %SystemDrive%\CloseDSP.exe
DEL /F /Q %SystemDrive%\hideMakePNF.exe
DEL /F /Q %SystemDrive%\robocopy.exe
DEL /F /Q %SystemDrive%\WatchDSP.exe
IF EXIST %SystemDrive%\KTDpaths.cmd DEL /F /Q %SystemDrive%\KTDpaths.cmd
IF EXIST %SystemDrive%\KTDpatterns.cmd DEL /F /Q %SystemDrive%\KTDpatterns.cmd
)</code></pre></div><p>It is missing a ( after the &#039;then&quot; statement.</p><p>If should contain</p><div class="codebox"><pre><code>IF method==1 then (
DEL /F /Q %SystemDrive%\CloseDSP.exe
DEL /F /Q %SystemDrive%\hideMakePNF.exe
DEL /F /Q %SystemDrive%\robocopy.exe
DEL /F /Q %SystemDrive%\WatchDSP.exe
IF EXIST %SystemDrive%\KTDpaths.cmd DEL /F /Q %SystemDrive%\KTDpaths.cmd
IF EXIST %SystemDrive%\KTDpatterns.cmd DEL /F /Q %SystemDrive%\KTDpatterns.cmd
)</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (zookeeper)]]></author>
			<pubDate>Tue, 06 Jun 2006 19:22:56 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=686#p686</guid>
		</item>
	</channel>
</rss>
