fascinating rhythm
Сообщения: 6690 Благодарности: 1566
Профиль | Отправить PM | Цитировать
$list = gc C:\temp\list.txt $c = 0 dir ~\Pictures\*.jpg |% { $_ |Copy-Item -Destination "C:\temp\out\$($_.BaseName + '-' + $list[$c] + $_.Extension)" $c++ }
------- Powershell 7.x | Powershell 5.1 | ffmpeg (docs)
Отправлено: 07:12, 05-04-2025 | #2