Files
sevtech-ages-1.12.2/Install.bat
2025-07-23 08:37:00 +03:00

11 lines
175 B
Batchfile

@echo off
call settings.bat
:install_files
echo Installing Forge and required jars.
java -jar %INSTALL_JAR% --installServer > NUL 2>&1
echo Done!
exit /B
goto install_files