EaglerForge/build_init.bat

4 lines
79 B
Batchfile
Raw Permalink Normal View History

@echo off
title BuildTools: init
java -jar buildtools/BuildTools.jar init
pause