diff --git a/startEGI.bat b/startEGI.bat
deleted file mode 100644
index 0c9485bb55ed8582e7741935ef19d394ecb5e8a8..0000000000000000000000000000000000000000
--- a/startEGI.bat
+++ /dev/null
@@ -1,10 +0,0 @@
-@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