Skip to content

Instantly share code, notes, and snippets.

@lambdan
Created August 22, 2018 16:02
Show Gist options
  • Save lambdan/d696a2b47b735eaf10cd8a0dbd7e486a to your computer and use it in GitHub Desktop.
Save lambdan/d696a2b47b735eaf10cd8a0dbd7e486a to your computer and use it in GitHub Desktop.
.bat to install new font for World Of Warcraft
@echo off
REM Make a folder called "Fonts" in your WoW folder, i.e. C:/World of Warcraft/Fonts/
REM Put this .bat in there
REM Double click the .bat to run it, and drag n drop a font into the window and hit enter
REM Done!
cd
set /p newfont="Drag n drop a .ttf here: ..."
copy %newfont% "FRIZQT__.ttf"
copy %newfont% "ARIALN.ttf"
copy %newfont% "MORPHEUS.ttf"
copy %newfont% "FRIENDS.ttf"
copy %newfont% "skurri.ttf"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment