REM this script is meant for those, who experience weird colours in Generally (usually under Windows 7 or Vista)
REM it will kill the explorer.exe process, start Generally.exe and rerun explorer.
REM if you're not sure about using it, don't.
REM
REM for any questions email me egamad.project@gmail.com

taskkill /F /IM Explorer.exe
GeneRally.exe
Start explorer.exe
end