2014-05-10 94 views

回答

0

我想你在問:我如何使用PowerShell來下載文件?

$webclient = New-Object System.Net.WebClient 
    $webclient.DownloadFile("http://www.example.com/file.txt", "~\downloads\file.txt") 

其中 「〜\」 是快捷方式到C:\用戶\ [yourusername] \