<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - Script to rename your previous driverpacks!]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=26&amp;type=atom"/>
	<updated>2006-05-28T08:03:42Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=26</id>
		<entry>
			<title type="html"><![CDATA[Re: Script to rename your previous driverpacks!]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=118#p118"/>
			<content type="html"><![CDATA[<p>Thanks.</p><p>I guess I should have made this script when putting everything online... Sorry guys!</p>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2006-05-28T08:03:42Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=118#p118</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script to rename your previous driverpacks!]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=110#p110"/>
			<content type="html"><![CDATA[<p>I think you should remove the Chipset line because the old Chipset DriverPack isn&#039;t compatible with v6.05.</p><p>Edit: Don&#039;t mean to rain on your parade, but the file should look like this:</p><div class="codebox"><pre><code>@ECHO OFF
REM RUN THIS UTILITY FROM DIRECTORY CONTAINING THE FOLLOWING DRIVER PACKS!

IF EXIST &quot;DriverPack_CPU_V603.7z&quot; REN &quot;DriverPack_CPU_V603.7z&quot; &quot;DP_CPU_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_Graphics_A_V603.7z&quot; REN &quot;DriverPack_Graphics_A_V603.7z&quot; &quot;DP_Graphics_A_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_Graphics_B_V603.7z&quot; REN &quot;DriverPack_Graphics_B_V603.7z&quot; &quot;DP_Graphics_B_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_Graphics_C_V603.7z&quot; REN &quot;DriverPack_Graphics_C_V603.7z&quot; &quot;DP_Graphics_C_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_LAN_V6032.7z&quot; REN &quot;DriverPack_LAN_V6032.7z&quot; &quot;DP_LAN_wnt5_x86-32_6032.7z&quot;
IF EXIST &quot;DriverPack_MassStorage_V6031.7z&quot; REN &quot;DriverPack_MassStorage_V6031.7z&quot; &quot;DP_MassStorage_wnt5_x86-32_6031.7z&quot;
IF EXIST &quot;DriverPack_Sound_A_V603.7z&quot; REN &quot;DriverPack_Sound_A_V603.7z&quot; &quot;DP_Sound_A_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_Sound_B_V603.7z&quot; REN &quot;DriverPack_Sound_B_V603.7z&quot; &quot;DP_Sound_B_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_WLAN_V603.7z&quot; REN &quot;DriverPack_WLAN_V603.7z&quot; &quot;DP_WLAN_wnt5_x86-32_603.7z&quot;

EXIT</code></pre></div><p>Removed Chipset line and fixed CPU line.</p>]]></content>
			<author>
				<name><![CDATA[Denney]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=33</uri>
			</author>
			<updated>2006-05-28T02:06:22Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=110#p110</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Script to rename your previous driverpacks!]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=109#p109"/>
			<content type="html"><![CDATA[<p>Just cut and paste to a text file and save as WHATEVER.CMD. Run from directory with old DriverPacks.</p><div class="codebox"><pre><code>@ECHO OFF
REM RUN THIS UTILITY FROM DIRECTORY CONTAINING THE FOLLOWING DRIVER PACKS!

IF EXIST &quot;DriverPack_CPU_V603.7z&quot; REN &quot;DriverPack_CPU_V603.7z&quot; &quot;DP_CPU_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_Graphics_A_V603.7z&quot; REN &quot;DriverPack_Graphics_A_V603.7z&quot; &quot;DP_Graphics_A_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_Graphics_B_V603.7z&quot; REN &quot;DriverPack_Graphics_B_V603.7z&quot; &quot;DP_Graphics_B_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_Graphics_C_V603.7z&quot; REN &quot;DriverPack_Graphics_C_V603.7z&quot; &quot;DP_Graphics_C_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_LAN_V6032.7z&quot; REN &quot;DriverPack_LAN_V6032.7z&quot; &quot;DP_LAN_wnt5_x86-32_6032.7z&quot;
IF EXIST &quot;DriverPack_MassStorage_V6031.7z&quot; REN &quot;DriverPack_MassStorage_V6031.7z&quot; &quot;DP_MassStorage_wnt5_x86-32_6031.7z&quot;
IF EXIST &quot;DriverPack_Sound_A_V603.7z&quot; REN &quot;DriverPack_Sound_A_V603.7z&quot; &quot;DP_Sound_A_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_Sound_B_V603.7z&quot; REN &quot;DriverPack_Sound_B_V603.7z&quot; &quot;DP_Sound_B_wnt5_x86-32_603.7z&quot;
IF EXIST &quot;DriverPack_WLAN_V603.7z&quot; REN &quot;DriverPack_WLAN_V603.7z&quot; &quot;DP_WLAN_wnt5_x86-32_603.7z&quot;

EXIT</code></pre></div><p>Thnx Denney for pointing out my shortcomings......&nbsp; &nbsp; <img src="http://forum.driverpacks.net/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></content>
			<author>
				<name><![CDATA[razormoon]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14</uri>
			</author>
			<updated>2006-05-28T01:47:39Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=109#p109</id>
		</entry>
</feed>
