Last active
August 29, 2015 14:20
-
-
Save stmn/b9ce60d4e4ebcbd33ff4 to your computer and use it in GitHub Desktop.
How to run vagrant by executable *.bat file / autorun / windows
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
if not "%minimized%"=="" goto :minimized | |
set minimized=true | |
start /min cmd /C "%~dpnx0" | |
goto :EOF | |
:minimized | |
F: | |
cd F:\my_directory\my_vagrant | |
vagrant up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment