6 lines
57 B
Batchfile
6 lines
57 B
Batchfile
@echo off
|
|
set TOOLS=c:\tools
|
|
|
|
java -jar %TOOLS%\bfg.jar
|
|
|