powershell-重命名文件并移动

重命名文件并移动

例如文件jinwei.txt先修改为jinwei+随机码.txt(例如:jinwei23.txt)

然后Move到to路径

$from="\\10.XX.XX\from\*.*"
$to="C:\to\"

$a =get-random -maximum 100
$a =[string]$a+".TXT"

Get-ChildItem -Path $from  |
    Rename-Item -NewName {$_.Name -replace ".txt",$a} -PassThru |
        Move-Item -Destination $to -Force

powershell-重命名文件并移动

上一篇:使用宝塔搭建NET5Api项目


下一篇:今年最火微信营销,个人、小企业运营给别人开代理账户,给别人建站你也可以!