fork download
  1. @echo off
  2.  
  3. rem -------------------------------------------------------------
  4. rem Yii command line init script for Windows.
  5. rem -------------------------------------------------------------
  6.  
  7. @setlocal
  8.  
  9. set YII_PATH=%~dp0
  10.  
  11. if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe
  12.  
  13. "%PHP_COMMAND%" "%YII_PATH%init" %*
  14.  
  15. @endlocal
  16.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
@echo off
      ^
Main.java:9: error: class, interface, or enum expected
set YII_PATH=%~dp0
^
Main.java:16: error: reached end of file while parsing
3 errors
stdout
Standard output is empty