Rollmorad/tools/mirror/mirror.bat

32 lines
568 B
Batchfile
Raw Permalink Normal View History

2015-11-16 00:18:06 +01:00
@echo off
IF [%1] == [] GOTO datei
echo =================================================
echo los gehts
echo =================================================
echo.
set pfad=%~dp0
cd %pfad%
java -jar Mirror.jar -in=%1 -l -f
echo.
echo =================================================
echo wenn keine Exceptions kamen, sind wir fertig :D
echo =================================================
echo.
GOTO ende
:datei
echo ziehe eine Level-Datei auf diese Datei, um sie automatisch zu spiegeln
:ende
pause