minetest-mod-metatools/update local.bat

6 lines
343 B
Batchfile
Raw Permalink Normal View History

2017-05-19 23:07:45 +02:00
SET MT_PROGRAM_DIR=C:\games\Minetest
IF EXIST "C:\Games\ENLIVEN" SET MT_PROGRAM_DIR=C:\Games\ENLIVEN
copy /y *.lua "%MT_PROGRAM_DIR%\games\ENLIVEN\mods\metatools\"
copy /y *.md "%MT_PROGRAM_DIR%\games\ENLIVEN\mods\metatools\"
copy /y textures\*.png "%MT_PROGRAM_DIR%\games\ENLIVEN\mods\metatools\textures\"
if NOT ["%errorlevel%"]==["0"] pause