<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=1905</link>
		<description><![CDATA[The most recent posts in [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827.]]></description>
		<lastBuildDate>Wed, 05 Dec 2007 22:18:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=16037#p16037</link>
			<description><![CDATA[<p>Change log is in the zip file</p>]]></description>
			<author><![CDATA[null@example.com (dolivas)]]></author>
			<pubDate>Wed, 05 Dec 2007 22:18:48 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=16037#p16037</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=16034#p16034</link>
			<description><![CDATA[<p>Where to find the full changelog and all supported models!</p>]]></description>
			<author><![CDATA[null@example.com (error_404)]]></author>
			<pubDate>Wed, 05 Dec 2007 18:54:26 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=16034#p16034</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=15474#p15474</link>
			<description><![CDATA[<p>Hi all the exact link is:<br /><a href="http://www.deep-bg.net/samsung245B.rar">http://www.deep-bg.net/samsung245B.rar</a><br />This is the exact driver from the CD for SAMSUNG SyncMaster 245B for WindowsXP SP2 <br />Bye and keep your efforts</p>]]></description>
			<author><![CDATA[null@example.com (error_404)]]></author>
			<pubDate>Sun, 11 Nov 2007 15:58:27 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=15474#p15474</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=15466#p15466</link>
			<description><![CDATA[<p>hi,<br />you can link to it.</p><p>Willkomma to DriverPacks. A 404 is better than 504, and worse than a blank. <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Jaak)]]></author>
			<pubDate>Sat, 10 Nov 2007 22:57:22 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=15466#p15466</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=15461#p15461</link>
			<description><![CDATA[<p>Where to Upload drivers for My SAMSUNG SyncMaster 245B for WindowsXP SP2 to keep this good work!</p>]]></description>
			<author><![CDATA[null@example.com (error_404)]]></author>
			<pubDate>Sat, 10 Nov 2007 09:52:44 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=15461#p15461</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=14013#p14013</link>
			<description><![CDATA[<p>Hi JakeLD<br />I have worked on a little script we can use for MONITOR pack.</p><p>Requirements<br />SED.EXE</p><p>this got me all the supported models straight from the INF files<br />(and, it makes it possible to spot duplicate INF files which have different content)</p><p>pretty much based on the HWIDs fiter script chud posted, and which I adapted to our needs for HWIDs.<br />(a version for screening *.OEM files is also in the works. )</p><p>for the HWIDs<br />I am still looking for a way in which I can be sure there are NO commented out lines in the CSV.<br />The comment ; is always at the beginning of a line, but I am looking for help by a SED expert on this.<br />PLUS, I am looking for a way to only delete the dupes when THREE values are true<br />only delete the dupes when <br />The HWID AND the foldername AND the Inf_filename match. </p><p>anyway, here is <br />-----------------------------</p><p>scan_MONITOR_INF.cmd<br />-----------------------------</p><p>@ECHO off<br />Echo Create Comma delimited CSV Supported monitors from MONITOR INF files.<br />echo.<br />echo This script removes previous lists if they were not renamed.<br />echo Bail out if you have to save older files first.<br />echo.<br />echo Drag extracted Driver folders from Windows Explorer into Dos-box<br />echo (or, Type a valid path to that folder. (eg C:\DriverPacks\extracted.)<br />set /P DPS_INF=<br />if not exist %DPS_INF% goto nonvalid</p><p>cls<br />Echo on &nbsp; &nbsp; <br />::cleanup<br />del raw-dump*.csv 2&gt;&amp;1&gt;nul</p><p>FOR /F &quot;delims=&quot; %%f in (&#039;dir /b /s &quot;%DPS_INF%\*.inf&quot;&#039;) DO (</p><p> FOR /F &quot;delims=&quot; %%l in (&#039;type &quot;%%f&quot; ^| sed -n &quot;/Monitor\\/p&quot; ^| sed &quot;s/.*\(Monitor\\[0-9A-Za-z&amp;_]*\).*/\1/g&quot;&#039;) DO (<br />echo %%l,%%f &gt;&gt; &quot;raw-dump.csv&quot;<br /> )<br />)</p><p>::filter out the word monitor and the slash<br />type &quot;raw-dump.csv&quot; | sed &quot;s/Monitor\\//g&quot;&gt; &quot;raw-dump-2.csv&quot;</p><p>::sort file<br />sort &quot;raw-dump-2.csv&quot; /o &quot;raw-dump-MONITOR-sorted.csv&quot;</p><p>::remove duped lines<br />type &quot;raw-dump-MONITOR-sorted.csv&quot; | sed &quot;$!N; /^\(.*\)\n\1$/!P; D&quot; &gt;&gt; &quot;raw-dump-MONITOR-sorted-nodupes.csv&quot;</p>]]></description>
			<author><![CDATA[null@example.com (Jaak)]]></author>
			<pubDate>Sun, 02 Sep 2007 12:52:32 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=14013#p14013</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=13855#p13855</link>
			<description><![CDATA[<p>right.....my bad. In the next release I&#039;ll fix it. <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (JakeLD)]]></author>
			<pubDate>Mon, 27 Aug 2007 20:17:24 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=13855#p13855</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=13852#p13852</link>
			<description><![CDATA[<p>hehe<br />should it not be<br />MD\ Edited sixteen INFs to work around duplicated filenames (jaak)</p>]]></description>
			<author><![CDATA[null@example.com (Jaak)]]></author>
			<pubDate>Mon, 27 Aug 2007 19:25:24 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=13852#p13852</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=13850#p13850</link>
			<description><![CDATA[<p>1st post updated with your changes jaak.</p>]]></description>
			<author><![CDATA[null@example.com (JakeLD)]]></author>
			<pubDate>Mon, 27 Aug 2007 17:34:28 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=13850#p13850</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=13847#p13847</link>
			<description><![CDATA[<p>a corrected medion file is in your mailbox</p>]]></description>
			<author><![CDATA[null@example.com (Jaak)]]></author>
			<pubDate>Mon, 27 Aug 2007 16:26:41 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=13847#p13847</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=13845#p13845</link>
			<description><![CDATA[<p>For Medion drivers, I did &quot;dir *inf /ON /B &gt; 1.csv&quot;.</p><p>Then I openeded up all &quot;suspicious&quot; inf file and copied manually the models to the support list and removed the duplicates supported models.</p><p>You&#039;re right there is many inf that support more than one models. As soon as I get the list, I will update the pack <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />.</p><p>LG foler is a mess to, I worked like 5 hours on it...finally it&#039;s done.</p>]]></description>
			<author><![CDATA[null@example.com (JakeLD)]]></author>
			<pubDate>Mon, 27 Aug 2007 14:56:22 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=13845#p13845</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=13844#p13844</link>
			<description><![CDATA[<p>Hi</p><p>JakeLD, I must tell you medion had several duplicate filenames with different content.<br />to put all in same folder, I had to rename some ICM files, and edited the references in their INF accordingly.</p><p>I also had to rename several catalog files (as they used same name but were different), edited the INF accordingly.</p><br /><p>I will mail the medion file.</p><p>The supported device you made is a lot better than what I did.<br />(INF always have more info.)<br />----------------</p><p>medion could have tidied up the names a lot better, but then, of course, they use folders with tell-tale names.</p>]]></description>
			<author><![CDATA[null@example.com (Jaak)]]></author>
			<pubDate>Mon, 27 Aug 2007 14:50:40 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=13844#p13844</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=13839#p13839</link>
			<description><![CDATA[<p>Pack updated, refer to the 1st post <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (JakeLD)]]></author>
			<pubDate>Mon, 27 Aug 2007 06:48:10 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=13839#p13839</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=13837#p13837</link>
			<description><![CDATA[<p>Is there any way to use dir and specified a specific file type ? Like dir *inf ? If I&#039;m able to get all inf file name well I&#039;ll have my model list. Any suggestions ?</p>]]></description>
			<author><![CDATA[null@example.com (JakeLD)]]></author>
			<pubDate>Sun, 26 Aug 2007 22:10:10 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=13837#p13837</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=13836#p13836</link>
			<description><![CDATA[<p>alrite Jaak, I already did all LG and Medion monitors btw along with some more Dell and Samsungs, I removed all subfolders and put all files in their respective brand folder. Doing this that way, we wont have duplicates files. I will upload tomorow, I just need to add the all the different models to the support list.</p>]]></description>
			<author><![CDATA[null@example.com (JakeLD)]]></author>
			<pubDate>Sun, 26 Aug 2007 22:03:17 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=13836#p13836</guid>
		</item>
	</channel>
</rss>
