1908867040 当前离线
列兵
PS2.0 当前离线
上等兵
@echo off powershell -c "Get-ChildItem | ?{$_.PSIsContainer} | %%{Get-ChildItem -Path $_ *.jpg | select -first 1 | Copy-Item -Destination "C:\指定文件夹\$_.jpg"}"复制代码
TOP