As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) MS DOS Batch source code syntax highlighting (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
1 @echo off 2 set TOPDIR="%~dp0.." 3 set OPTS= 4 set MAIN_CLASS=net.sourceforge.pmd.cpd.GUI 5 6 java %PMD_JAVA_OPTS%-classpath %TOPDIR%\lib\*%OPTS% %MAIN_CLASS%%*