Skip to content

Instantly share code, notes, and snippets.

@rtweeks
Created August 3, 2015 22:01
Show Gist options
  • Save rtweeks/6430b332ce6f163822af to your computer and use it in GitHub Desktop.
Save rtweeks/6430b332ce6f163822af to your computer and use it in GitHub Desktop.
Build setup using Ruby 2.2, 7-Zip, and Visual Studio
@echo off
echo Adding Ruby and 7-Zip to PATH...
set PATH=%PATH%;C:\Ruby22-x64\bin;C:\Program Files\7-Zip
echo Setting up Visual Studio 12.0 (2013) Command Prompt...
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\vsvars32.bat"
echo Changing to user home directory...
%HOMEDRIVE%
cd %HOMEPATH%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment