diff --git a/startView3dscene.bat b/startView3dscene.bat index 0c6ca9b434bf34e7e1ec93907c2b734c3eb49439..f5004230eb05698be5426b4ccc968b5bf7c47243 100644 --- a/startView3dscene.bat +++ b/startView3dscene.bat @@ -3,13 +3,10 @@ PUSHD %~dp0 rename %LOCALAPPDATA%\view3dscene\view3dscene.conf view3dscene.conf.bak xcopy /y X3D\view3dscene\appdata\view3dscene.conf "%LOCALAPPDATA%\view3dscene\" + FlashpointSecurePlayer view3dscene "%~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 -) del "%LOCALAPPDATA%\view3dscene\view3dscene.conf" rename %LOCALAPPDATA%\view3dscene\view3dscene.conf.bak view3dscene.conf + POPD \ No newline at end of file