Topic: Script to rename your previous driverpacks!

Just cut and paste to a text file and save as WHATEVER.CMD. Run from directory with old DriverPacks.

@ECHO OFF
REM RUN THIS UTILITY FROM DIRECTORY CONTAINING THE FOLLOWING DRIVER PACKS!

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

EXIT

Thnx Denney for pointing out my shortcomings......    tongue

Last edited by razormoon (2006-05-31 13:03:33)

The following sentence is false.
The preceding sentence is true.

Re: Script to rename your previous driverpacks!

I think you should remove the Chipset line because the old Chipset DriverPack isn't compatible with v6.05.

Edit: Don't mean to rain on your parade, but the file should look like this:

@ECHO OFF
REM RUN THIS UTILITY FROM DIRECTORY CONTAINING THE FOLLOWING DRIVER PACKS!

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

EXIT

Removed Chipset line and fixed CPU line.

Last edited by Denney (2006-05-28 13:38:54)

Re: Script to rename your previous driverpacks!

Thanks.

I guess I should have made this script when putting everything online... Sorry guys!

Founder of DriverPacks.net — wimleers.com