7 lines
171 B
Batchfile
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" %*
|