Explorar o código

add start.bat

ChesTeRcs %!s(int64=5) %!d(string=hai) anos
pai
achega
396ad0ff0c
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      start.bat

+ 10 - 0
start.bat

@@ -0,0 +1,10 @@
+@echo off
+
+where java >nul 2>nul
+if %errorlevel%==1 (
+    @echo Java not found in path.
+) else (
+    java -jar %~dp0anti-afk-1.0-SNAPSHOT.jar %*
+)
+
+pause