/utils/ooc.bat
http://github.com/nddrylliog/ooc · Batch · 12 lines · 6 code · 5 blank · 1 comment · 2 complexity · bc8ff46cff032ac653abb10c1a7bd29b MD5 · raw file
- @echo off
- REM Add the directory path where this file stay to your Windows enviroment variable Path
- if not exist %OOC_DIST%\bin\ooc.jar (
- echo OOC_DIST is set incorrectly or doesn't exists. Please set OOC_DIST.
- ) else (
- java.exe -jar "%OOC_DIST%\bin\ooc.jar" %*
- )