blob: b5bc20f1ba0d03e28b9d9b436e84edf78bae2afb [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%" groovy.ui.InteractiveShell %*
@rem End local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" endlocal