gpt4 book ai didi

powershell - 在 PowerShell 中使用 Get-ChildItem 时,如何获得询问路径的提示?

转载 作者:行者123 更新时间:2023-12-01 09:36:40 31 4
gpt4 key购买 nike

我对 PowerShell 比较陌生。我找到了一些指南并将一个小脚本混合在一起,但我似乎无法设置提示来询问源/目标。

脚本如下:

gci -path   | Get-Random -Count 4 | mi -Destination C:\Temp
while(1) { sleep -sec 20; .\Power.ps1 }

对于任何回应,提前致谢!

最佳答案

使用读取主机:

Get-ChildItem -Path (Read-Host -Prompt 'Get path')

关于powershell - 在 PowerShell 中使用 Get-ChildItem 时,如何获得询问路径的提示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6460695/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com