/utils/ooc.bat

http://github.com/nddrylliog/ooc · Batch · 12 lines · 6 code · 5 blank · 1 comment · 2 complexity · bc8ff46cff032ac653abb10c1a7bd29b MD5 · raw file

  1. @echo off
  2. REM Add the directory path where this file stay to your Windows enviroment variable Path
  3. if not exist %OOC_DIST%\bin\ooc.jar (
  4. echo OOC_DIST is set incorrectly or doesn't exists. Please set OOC_DIST.
  5. ) else (
  6. java.exe -jar "%OOC_DIST%\bin\ooc.jar" %*
  7. )