摘要:
Powershell拥有自己的脚本文件,扩展名为".ps1"。 PS D:\> echo "netstat;ipconfig;mspaint" >function.ps1 PS D:\> type ./function.ps1 netstat;ipconfig;mspaint PS D:\> ./f 阅读全文
posted @ 2019-05-23 22:44
WaterStream
阅读(252)
评论(0)
推荐(0)