/tools/Ruby/bin/rdoc.bat

http://github.com/agross/netopenspace · Batch · 6 lines · 6 code · 0 blank · 0 comment · 2 complexity · 8da68fce719514c1c432d8f4c9390a67 MD5 · raw file

  1. @ECHO OFF
  2. IF NOT "%~f0" == "~f0" GOTO :WinNT
  3. ECHO.This version of Ruby has not been built with support for Windows 95/98/Me.
  4. GOTO :EOF
  5. :WinNT
  6. @"%~dp0ruby.exe" "%~dpn0" %*