Skip to content
Snippets Groups Projects
Commit e74eb5b8 authored by Colin's avatar Colin
Browse files

Merge branch 'patch-1' into 'main'

Deleting startegi.bat since it's now unused

See merge request !1
parents 724639ae 76463d10
Branches main
1 merge request!1Deleting startegi.bat since it's now unused
Pipeline #1326 passed with stages
in 2 minutes and 56 seconds
@ECHO OFF
PUSHD %~dp0
FlashpointSecurePlayer egi "%~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