4 lines
83 B
Batchfile
4 lines
83 B
Batchfile
@echo off
|
|
title CreateStableDownload
|
|
java -jar zip-generator/zipGenerator.jar
|
|
pause |