4 lines
58 B
Batchfile
4 lines
58 B
Batchfile
|
@echo off
|
||
|
set MAIN=net.sourceforge.pmd.PMD
|
||
|
java %MAIN% -g
|