This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
MinecraftLandGenerator/scripts/MLG_Test_Run_Windows.cmd
2013-03-07 16:06:11 -08:00

14 lines
237 B
Batchfile

@echo off
SET BINDIR=%~dp0
CD /D "%BINDIR%"
SET ScriptTitle=Minecraft Land Generator - Test Run - Windows
title %ScriptTitle%
cls
echo %ScriptTitle%
echo %BINDIR%
java -jar MinecraftLandGenerator.jar -nowait 0 0 -w
pause