Skip to content

Instantly share code, notes, and snippets.

@jdecaron
Created December 24, 2010 03:31
Show Gist options
  • Save jdecaron/753868 to your computer and use it in GitHub Desktop.
Save jdecaron/753868 to your computer and use it in GitHub Desktop.
chatzilla.bat
@ECHO OFF
taskkill /F /IM chatzilla.exe
cd %homepath%\Bureau\chatzilla
del chatzilla.jar
"%programfiles%\7-Zip\7z.exe" a chatzilla.jar content locale skin
copy "%homepath%\Bureau\chatzilla\chatzilla.jar" "%programfiles%\chatzilla\chrome" /Y
"%programfiles%\ChatZilla\chatzilla.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment