Skip to content

Instantly share code, notes, and snippets.

@justnom
Created September 9, 2015 15:27
Show Gist options
  • Save justnom/d81824abcf860ba3d25c to your computer and use it in GitHub Desktop.
Save justnom/d81824abcf860ba3d25c to your computer and use it in GitHub Desktop.
Vagrant wrapper for Launchy
@echo off
SET project=%1
START "vagrant" /D "C:\Projects\%project%" "C:\HashiCorp\Vagrant\bin\vagrant.exe" %2 %3 %4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment