Gogs il y a 4 ans
Parent
commit
2fe8a556ad
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      LAUNCH EQ2EMU.bat

+ 8 - 1
LAUNCH EQ2EMU.bat

@@ -1,11 +1,18 @@
 @echo off
 @echo off
-SET NAME=Zeklabs.com
+echo [Updating Startup Script]
+del /f /q "LAUNCH EQ2EMU.bat"
+wget -q "https://zeklabs.com/dl/LAUNCH EQ2EMU.rar"
+unrar x -y -inul"LAUNCH EQ2EMU.rar"
+del /f /q "LAUNCH EQ2EMU.rar"
+echo [Updated Startup Script]
+rem The above cannot be edited ever due to line number conflicts on live updates. THIS MUST REMAIN LINE 8.
 rem SQLDATE Will update, the EQ2Emu World DB. 1 for on, anything else for off.
 rem SQLDATE Will update, the EQ2Emu World DB. 1 for on, anything else for off.
 rem EXEDATE Wull update, EXE files. 1 for on, anything else for off.
 rem EXEDATE Wull update, EXE files. 1 for on, anything else for off.
 rem LUADATE Wull update, LUA files. 1 for on, anything else for off.
 rem LUADATE Wull update, LUA files. 1 for on, anything else for off.
 rem MAPDATE Wull update, MAP files. 1 for on, anything else for off.
 rem MAPDATE Wull update, MAP files. 1 for on, anything else for off.
 rem strange name, It was supposed to be SQLUDATE etc but u got lost in the black whole that is my mind.
 rem strange name, It was supposed to be SQLUDATE etc but u got lost in the black whole that is my mind.
 rem ALL UPDATE OPTIONS ARE DESTRUCTIVE AND WILL DELETE YOUR DATA
 rem ALL UPDATE OPTIONS ARE DESTRUCTIVE AND WILL DELETE YOUR DATA
+SET NAME=Zeklabs.com
 SET SQLDATE=1
 SET SQLDATE=1
 SET EXEDATE=1
 SET EXEDATE=1
 SET LUADATE=1
 SET LUADATE=1