Files
ruby-windows-scripts/ruby/bin/rdoc.bat
2015-02-17 20:53:15 -05:00

7 lines
171 B
Batchfile

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