Skip to content

Instantly share code, notes, and snippets.

@ananthakumaran
Created March 3, 2010 12:56
Show Gist options
  • Save ananthakumaran/320589 to your computer and use it in GitHub Desktop.
Save ananthakumaran/320589 to your computer and use it in GitHub Desktop.
:: @author ananth
:: Blogging
@echo off
:: start the Git Bash
start "Git Bash" /DD:\Git_Repo\ananthakumaran.github.com "cmd" /c ""e:\Program Files\Git\bin\sh.exe" --login -i "
:: start the server
start D:\Git_Repo\ananthakumaran.github.com
:: go to the project directory
cd /d D:\Git_Repo\ananthakumaran.github.com
:: start the server
jekyll --server --auto
:: @author ananth
@echo off
:: start the Git Bash
start "Git Bash" /DD:\Eclipse\Kenai\SocialSite\trunk\socialsite "cmd" /c ""e:\Program Files\Git\bin\sh.exe" --login -i "
:: start the eclipse
start "Eclipse" "E:\Program Files\eclipse\eclipse.exe"
:: go to the project directory
cd /d D:\Eclipse\Kenai\SocialSite\trunk\socialsite
:: keep the cmd prompt open
cmd /k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment