|
Groovy example source code file (groovy.bat)
The Groovy groovy.bat source code@if "%DEBUG%" == "" @echo off @rem @rem $Revision: 19761 $ $Date: 2010-04-05 14:29:23 +0200 (Mo, 05. Apr 2010) $ @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.GroovyMain %* @rem End local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" endlocal %COMSPEC% /C exit /B %ERRORLEVEL% Other Groovy examples (source code examples)Here is a short list of links related to this Groovy groovy.bat source code file: |
Other websites by Alvin Alexander:
Life/living in Alaska (OneMansAlaska.com)
How I Sold My Business (HowISoldMyBusiness.com)
Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.