美文网首页
windows--powerShell

windows--powerShell

作者: 非鱼2018 | 来源:发表于2019-05-26 14:15 被阅读0次

1.打开powershell,命令行执行powershell

2.下载网络文件

在命令行窗口执行

$client = new-object System.Net.WebClient (回车)

$client.DownloadFile('http://www.com','D:\index.html')(回车)

如图:下载html文件到本地

3.获得当前进程Get-process 4.get-command -Name *process

相关文章

  • windows--powerShell

    1.打开powershell,命令行执行powershell 2.下载网络文件 在命令行窗口执行 $client ...

网友评论

      本文标题:windows--powerShell

      本文链接:https://www.haomeiwen.com/subject/qawxtctx.html