Batch Fix
1. Stops Explorer.exe before Starcraft.exe is started
2. It checks if Starcraft.exe is running
3. When Starcraft.exe stops running, (you exit starcraft), Explorer.exe starts again
This works good in xp, as well as windows 7 to stop the techno color problem or slowdown because of the 1.16.1 patch, this is something you can easily adapt for use with anyother pc game, with a similar problem.
Copy and Paste this into a notepad (.txt) file, and the change the extension to a batch file (.bat), and double click it to work:
::::::::::::::::::::::::::::::::::::::::::
Quote:
ECHO
pskill explorer.exe
"C:\Program Files\Starcraft\InsectLoader.exe"
:1
pv starcraft.exe
if ERRORLEVEL 1 GOTO 2
GOTO 1
:2
start explorer.exe
::::::::::::::::::::::::::::::::::::::::::
"pskill" is from this package, see link,PSTools its freeware
"pv" is from this package, PrcView_5_2_15 its freeware
you put "pskill.exe" in your system32 folder, and "pv.exe" in your system32 folder, (depending on your version of windows this may be different), dump the contexts of "Resolution Expander" into your Starcraft install folder, and make sure its path is in the batch file, if it looks different from the one above.
(When you start the batch file, "explorer.exe" is stopped, and "RESexpander" (insectloader.exe) starts (it starts starcraft). Then, "pv" checks if "starcraft.exe" is running or not, if it is running then the next line "GOTO 1", tells it to check if it is running again, when "starcraft.exe" is stopped by you, from exiting the game, then, it will go to number 2, and this will begin explorer.exe again)
https://rapidshare.com/files/1943225...indows_Fix.rar Resolution_Expander_Windows_Fix.rar - download now for free. File sharing. Software file sharing. Free file hosting. File upload. FileFactory.com http://i1112.photobucket.com/albums/...sStarcraft.jpg
(There's also freeware screen capture software for starcraft included)
NOTES
Just make a .bin or .iso image of your CD and mount it using daemon tools, you don't have to play starcraft from cd or do anything special.
The other .bat file example are needlessly complicated, problem solved with freeware!