PDA

View Full Version : Franpa's Colour fix for Vista SP1.


franpa
14 Nov 2008, 04:07
http://www.mediafire.com/file/cjonz3dzwjx/WWP Colour Fix.bat

Simply place this file inside your Worms World Party installation folder and execute it :) if you want to check the source code, right click the file and choose "edit".

EDIT: @echo off
@echo ================================================
@echo Welcome to Franpa's WWP Colour Fix! v1.00
@echo ================================================
@echo Simply place this BAT file into your Worms World Party folder and execute it,
@echo this will close all instances of Explorer.exe then start the game, when closing
@echo the game, Explorer.exe is reloaded.

@echo off
taskkill /f /IM explorer.exe
wwp.exe
Start explorer.exetaskkill /f /IM explorer.exe [this waits until all instances of Explorer.exe are closed then moves onto the next step.]

wwp.exe [this executes wwp.exe, moves onto the next step once wwp.exe is closed.]

Start explorer.exe [starts explorer.exe and closes the BAT file once complete.]

xcl-
16 Dec 2008, 01:31
FINALLY! something that works! and was easy as hell to install! Thanks

Squirminator2k
16 Dec 2008, 10:45
Rather than just have us download some file that we should just on your word as functional, why don't you, y'know, actually tell us what it does first?

bonz
16 Dec 2008, 12:48
From the batch file itself:
this will close all instances of Explorer.exe then start the game, when closing the game, Explorer.exe is reloaded.

Why have you omitted this description in your first post, franpa?
Why is there no file description on Mediafire at all?

franpa
16 Dec 2008, 13:36
Fine I edited the first post to show what it does, I had already provided very clear instructions on how to find out what it does without the need to execute it :/

Haedgehog
8 May 2010, 15:05
http://www.mediafire.com/file/cjonz3dzwjx/WWP Colour Fix.bat

Simply place this file inside your Worms World Party installation folder and execute it :) if you want to check the source code, right click the file and choose "edit".

EDIT: @echo off
@echo ================================================
@echo Welcome to Franpa's WWP Colour Fix! v1.00
@echo ================================================
@echo Simply place this BAT file into your Worms World Party folder and execute it,
@echo this will close all instances of Explorer.exe then start the game, when closing
@echo the game, Explorer.exe is reloaded.

@echo off
taskkill /f /IM explorer.exe
wwp.exe
Start explorer.exetaskkill /f /IM explorer.exe [this waits until all instances of Explorer.exe are closed then moves onto the next step.]

wwp.exe [this executes wwp.exe, moves onto the next step once wwp.exe is closed.]

Start explorer.exe [starts explorer.exe and closes the BAT file once complete.]
how can I execute it!?

Haedgehog
8 May 2010, 15:08
I can't execute it!
Always when I doubleclick on it, it automaticly opens it with the editor!

Wormetti
9 May 2010, 10:25
You can try right click and run/open or rename it to colourfix.cmd or fix your Windows .bat file association (http://www.winvistaclub.com/t19.html).