Files
2021-03-07 20:37:32 -06:00

4 lines
86 B
Batchfile

@echo off
title Cache editor
java -client -Xmx512m -cp bin;lib/* com.editor.Main
pause