Last active
August 9, 2019 03:21
-
-
Save smison/930945ae8c68215b3e43 to your computer and use it in GitHub Desktop.
ホストOS起動時に自動でvagrant upするbat
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
cd /d %~dp0 | |
call vagrant up | |
REM 参考資料 | |
REM http://qiita.com/goldbook@github/items/6445b4fa6bf5704a28bb |
「ローカルディスク(C:)」
→「ユーザー」
→「ユーザー名」
→「AppData」
→「Roaming」
→「Microsoft」
→「Windows」
→「スタートメニュー」
→「プログラム」
→「スタートアップ」
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vagrantfileと同じディレクトリに配置して、スタートアップに登録すればホストOS起動時に勝手にvagrant upされる