Created
April 28, 2015 02:24
-
-
Save wakita/36e1518ca089107174e7 to your computer and use it in GitHub Desktop.
Windowsのcmd.exeでDropboxフォルダに簡単に移動するためのバッチコマンド
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 "\wakita\Dropbox (smartnova)"\%1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dropboxのフォルダ名は適宜,編集して下さい.これを私は %DROPBOX%\win\bin に保存し,%DROPBOX%\win\bin は PATH に追加しています.これだけ準備しておけば,drop work\myproject などで簡単に思っているフォルダに移動できます.Dropboxを使っているWindows開発者必須の設定!