Guest User

Untitled

a guest
Apr 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @ECHO OFF
  2. cd tools
  3. if not exist ironruby\nul 7zip\7za.exe x -y ironruby.7z
  4. cd ..
  5. set PATH=%PATH%;C:\Windows\Microsoft.NET\Framework\v3.5;%CD%\tools\ironruby\bin
  6. set GEM_PATH=%CD%\tools\ironruby\lib\ruby\gems\1.8
  7. set GEM_HOME=%CD%\tools\ironruby\lib\ruby\gems\1.8
Add Comment
Please, Sign In to add comment