<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=1905&amp;type=atom"/>
	<updated>2007-12-05T22:18:48Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=1905</id>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=16037#p16037"/>
			<content type="html"><![CDATA[<p>Change log is in the zip file</p>]]></content>
			<author>
				<name><![CDATA[dolivas]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=339</uri>
			</author>
			<updated>2007-12-05T22:18:48Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=16037#p16037</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=16034#p16034"/>
			<content type="html"><![CDATA[<p>Where to find the full changelog and all supported models!</p>]]></content>
			<author>
				<name><![CDATA[error_404]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=3011</uri>
			</author>
			<updated>2007-12-05T18:54:26Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=16034#p16034</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15474#p15474"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[error_404]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=3011</uri>
			</author>
			<updated>2007-11-11T15:58:27Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15474#p15474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15466#p15466"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-11-10T22:57:22Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15466#p15466</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15461#p15461"/>
			<content type="html"><![CDATA[<p>Where to Upload drivers for My SAMSUNG SyncMaster 245B for WindowsXP SP2 to keep this good work!</p>]]></content>
			<author>
				<name><![CDATA[error_404]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=3011</uri>
			</author>
			<updated>2007-11-10T09:52:44Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15461#p15461</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=14013#p14013"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-09-02T12:52:32Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=14013#p14013</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13855#p13855"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JakeLD]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2379</uri>
			</author>
			<updated>2007-08-27T20:17:24Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13855#p13855</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13852#p13852"/>
			<content type="html"><![CDATA[<p>hehe<br />should it not be<br />MD\ Edited sixteen INFs to work around duplicated filenames (jaak)</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-08-27T19:25:24Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13852#p13852</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13850#p13850"/>
			<content type="html"><![CDATA[<p>1st post updated with your changes jaak.</p>]]></content>
			<author>
				<name><![CDATA[JakeLD]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2379</uri>
			</author>
			<updated>2007-08-27T17:34:28Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13850#p13850</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13847#p13847"/>
			<content type="html"><![CDATA[<p>a corrected medion file is in your mailbox</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-08-27T16:26:41Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13847#p13847</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13845#p13845"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JakeLD]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2379</uri>
			</author>
			<updated>2007-08-27T14:56:22Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13845#p13845</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13844#p13844"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-08-27T14:50:40Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13844#p13844</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13839#p13839"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JakeLD]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2379</uri>
			</author>
			<updated>2007-08-27T06:48:10Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13839#p13839</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13837#p13837"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JakeLD]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2379</uri>
			</author>
			<updated>2007-08-26T22:10:10Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13837#p13837</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [REL] [x86, 32 bit] DP_Monitor_wnt5_x86-32_070827]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13836#p13836"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JakeLD]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2379</uri>
			</author>
			<updated>2007-08-26T22:03:17Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13836#p13836</id>
		</entry>
</feed>
