出现系统找不到指定路径
学习了:http://www.jianshu.com/p/065355a731ee
修改rails.bat为
@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" %*
时间: 2024-11-07 17:41:21