Skip to content

Instantly share code, notes, and snippets.

@djangofan
Created June 15, 2012 23:55
Show Gist options
  • Save djangofan/2939264 to your computer and use it in GitHub Desktop.
Save djangofan/2939264 to your computer and use it in GitHub Desktop.
batch file groovy launcher
@ECHO off
:: SET JAVA_HOME=%JAVA_HOME%
SET WDIR=C:\CTemp
groovy.exe DirectoryWatcher.groovy %WDIR%
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment