Created
June 16, 2016 00:56
-
-
Save timyhac/af8688ac2df200ff9029a1a39bf5d326 to your computer and use it in GitHub Desktop.
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
$url = "http://mirror.internode.on.net/pub/test/10meg.test" | |
$output = "10meg.test" | |
(New-Object System.Net.WebClient).DownloadFile($url, $output) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment