File: weirdx-Java2.bat

package info (click to toggle)
weirdx 1.0.32-5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,432 kB
  • ctags: 2,322
  • sloc: java: 22,593; perl: 372; sh: 25; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off

rem set WEIRDX_HOME=\tmp\weirdx\misc
if "%WEIRDX_HOME%" == "" set WEIRDX_HOME=.

rem cd $WEIRDX_HOME

@echo on
java -classpath ".;%WEIRDX_HOME%\weirdx.jar" com.jcraft.weirdx.WeirdX
@echo off
rem cd ..
goto done

:done