4 lines
86 B
Batchfile
4 lines
86 B
Batchfile
@echo off
|
|
title Cache editor
|
|
java -client -Xmx512m -cp bin;lib/* com.editor.Main
|
|
pause |