eaglercraft-1.5/ZipStableDownload.bat
2022-08-26 17:41:13 -07:00

4 lines
152 B
Batchfile

@echo off
title ZipStableDownload
java -cp zip-generator/deps/*;zip-generator/zipGenerator.jar net.lax1dude.eaglercraft.zip_generator.ZipGenerator
pause