cmd下载文件(利用powershell)

Posted i11USi0n

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cmd下载文件(利用powershell)相关的知识,希望对你有一定的参考价值。

在cmd里依次输入:

1 start powershell
2 $client = new-object System.Net.WebClient
3 $client.DownloadFile(\'X\', \'Y\')

X:填文件下载地址

Y:填写下载的保存路径及文件名

 

演示:

以上是关于cmd下载文件(利用powershell)的主要内容,如果未能解决你的问题,请参考以下文章

python常用代码片段总结

利用Windows系统自带的Powershell功能计算文件的MD5SHA256等Hash值

Windows从web下载文件的几种方式

运行 Cmd.exe 后 Powershell 不会退出

powershell 各种CMD Batch,Powershell和Visual Basic脚本文件

Windows下计算文件MD5和SHA256等摘要的方法(利用PowerShell)