blob: cc4a1ebba1018610db5c47057b4f7edee85c8cf4 [file] [log] [blame]
@if "%DEBUG%" == "" @echo off
@rem
@rem $Revision$ $Date$
@rem
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
:begin
@rem Determine what directory it is in.
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.\
"%DIRNAME%\startGroovy.bat" "%DIRNAME%" org.codehaus.groovy.tools.Grok %*
@rem End local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" endlocal