diff --git a/App Install Scripts/Install Font.bat b/App Install Scripts/Install Font.bat new file mode 100644 index 0000000..65251d5 --- /dev/null +++ b/App Install Scripts/Install Font.bat @@ -0,0 +1,3 @@ +xcopy /y /f "\\SERVER\Software\HMS specific\wmicre.ttf" "C:\Windows\Fonts" + +reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "wmicre (TrueType)" /t REG_SZ /d wmicre.ttf /f \ No newline at end of file