Skip to content
Snippets Groups Projects
Commit 6043db87 authored by AL's avatar AL
Browse files

New .bat file to fix fonts

parent cd225651
Branches master
No related merge requests found
......@@ -6,7 +6,9 @@ powershell -executionpolicy bypass -File "Fonts\Install-Font.ps1" "Fonts\ASAP We
FlashpointSecurePlayer netscape "%~1"
REM Uninstall fonts
powershell -executionpolicy bypass -File "Fonts\Uninstall-Font.ps1" "Fonts\ASAP Webshow\ASAPGLF.TTF"
IF %ERRORLEVEL% EQU -2 (
ECHO MsgBox "You cannot run multiple instances of Flashpoint Secure Player. Please close other Flashpoint games and animations that are open." > %TMP%\TMP.VBS
WSCRIPT /nologo %TMP%\TMP.VBS
DEL %TMP%\TMP.VBS
)
POPD
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment