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