5 lines
82 B
Batchfile
5 lines
82 B
Batchfile
@echo off
|
|
title zip-generator
|
|
cd ..
|
|
java -jar zip-generator/zipGenerator.jar
|
|
pause |