Skip to content
Snippets Groups Projects
Commit 3bbe26a9 authored by Cursed Light's avatar Cursed Light
Browse files

Delete startDXStudioPlayer.bat

parent 59d3348d
Branches
No related merge requests found
@ECHO OFF
PUSHD %~dp0
FlashpointSecurePlayer dxstudioplayer "%~1"
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