Created
April 7, 2013 04:00
-
-
Save megane9988/5328933 to your computer and use it in GitHub Desktop.
windows用 Gmailを既存のブラウザで開き、エクスプローラーでデスクトップを開く。 用途イメージとしては、デスクトップで添付のファイルをアップ・ダウンする作業の準備
This file contains 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
rundll32 url.dll,FileProtocolHandler https://mail.google.com/mail/u/0/ | |
# 既存のブラウザでGmailを起動 | |
explorer Desktop | |
# エクスプローラーでデスクトップを開く |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment