FreeMind 0.8.0リリース

@IF "%DEBUG%" == "" @ECHO OFF
SET DIRNAME=%~dp0.
pushd %DIRNAME%
start javaw -jar %DIRNAME%\lib\freemind.jar %*
popd