
Originally launched as an April Fools prank by the Microsoft SkyDrive team, SkyCMD turned out to be a really geeky way to manage files and folders on your SkyDrive from the command line. Lets take a quick look.
SkyCMD最初是由Microsoft SkyDrive團隊以愚人節惡作劇推出的,原來是從命令行管理SkyDrive上文件和文件夾的一種怪異方式。 讓我們快速看一下。
通過命令行管理SkyDrive (Managing Your SkyDrive Through the Command Line)
Fire up your browser of choice and head over to the web site.
啟動您選擇的瀏覽器,然后轉到該網站。

The first thing you are going to want to do is use the “green” command, to change the font color.
您要做的第一件事是使用“綠色”命令來更改字體顏色。

Next we will want to actually login to our SkyDrive, to do this use the login command.
接下來,我們將要實際登錄我們的SkyDrive,為此使用login命令。

If your browser blocks pop-ups you will need to temporarily allow them.
如果您的瀏覽器阻止了彈出窗口,則需要暫時??允許它們。

You will need to login to your Windows Live account and give SkyCMD access to your SkyDrive.
您將需要登錄Windows Live帳戶,并授予SkyCMD訪問您的SkyDrive的權限。

Once you are logged into your SkyDrive you can use the help command to see a complete list of all the commands you can use.
登錄到SkyDrive后,您可以使用help命令查看可以使用的所有命令的完整列表。

As you can see there are a number of familiar commands available for you to manipulate your SkyDrive. The first thing you will want to do is use the dir command to see the contents of your current directory.
如您所見,有許多熟悉的命令可用于操縱SkyDrive。 您要做的第一件事是使用dir命令查看當前目錄的內容。

You can then use the cd command to navigate into the folders.
然后,您可以使用cd命令導航到文件夾。

To really show you are a command line ninja, you could even download your files:
為了真正表明您是命令行忍者,您甚至可以下載文件:
download testfile.docx
下載testfile.docx
Or even make new folders:
甚至創建新文件夾:
mkdir TestFolder
mkdir TestFolder
This trick is sure to earn you huge geek cred and only takes a few minutes. So what you waiting for?
這個技巧肯定會為您贏得巨大的怪胎信譽,并且只需要幾分鐘。 那你還等什么呢?
翻譯自: https://www.howtogeek.com/110519/stupid-geek-tricks-manage-your-skydrive-through-the-command-line/