<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - SOLVED BUG #66: DPS_fnsh.cmd: missing a "(" in the cleanup section]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=125&amp;type=atom"/>
	<updated>2006-06-07T19:46:49Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=125</id>
		<entry>
			<title type="html"><![CDATA[Re: SOLVED BUG #66: DPS_fnsh.cmd: missing a "(" in the cleanup section]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=710#p710"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-06-07T19:46:49Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=710#p710</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SOLVED BUG #66: DPS_fnsh.cmd: missing a "(" in the cleanup section]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=686#p686"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zookeeper]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=143</uri>
			</author>
			<updated>2006-06-06T19:22:56Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=686#p686</id>
		</entry>
</feed>
