Skip to content
Snippets Groups Projects
Commit a4568b67 authored by Wumbo's avatar Wumbo
Browse files

Remove multiple instances check (handled by FSP now)

parent f26e5d6f
Branches
No related merge requests found
@ECHO OFF
PUSHD %~dp0
FlashpointSecurePlayer svr %*
IF %ERRORLEVEL% EQU -2 (
ECHO MsgBox "You cannot run multiple instances of Flashpoint Secure Player." > %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