@ECHO OFF PUSHD %~dp0 REM Necessary Fonts powershell -executionpolicy bypass -File "Fonts\Install-Font.ps1" "Fonts\NoteWorthy Composer\nwcv15.TTF" powershell -executionpolicy bypass -File "Fonts\Install-Font.ps1" "Fonts\NoteWorthy Composer\NWORN3.TTF" FlashpointSecurePlayer netscape "%~1" 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 ) REM Uninstall fonts powershell -executionpolicy bypass -File "Fonts\Uninstall-Font.ps1" "Fonts\NoteWorthy Composer\nwcv15.TTF" powershell -executionpolicy bypass -File "Fonts\Uninstall-Font.ps1" "Fonts\NoteWorthy Composer\NWORN3.TTF" POPD