Last active
December 31, 2015 19:39
-
-
Save rch850/8034629 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem for ckw | |
start %~dp0ckw\ckw.exe -x "CMD /K cd %USERPROFILE%\git\myproj && set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_25 && PATH=C:\Program Files\Java\jdk1.7.0_25\bin;%PATH%;C:\Ruby200\bin;%APPDATA%\npm;C:\Program Files\nodejs-v0.10.22" | |
rem for PowerShell | |
powershell -NoExit -Command "cd $env:USERPROFILE\git\myproj; $env:JAVA_HOME = \"C:\Program Files\Java\jdk1.7.0_25\"; $env:PATH = \"C:\Program Files\Java\jdk1.7.0_25\bin;$env:PATH;C:\Ruby200\bin;$env:APPDATA\npm;C:\Program Files\nodejs-v0.10.22\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment