Modifica ricorsiva estensione files - powershell


ls -r  "C:\Users\mio\Desktop\file dump telefono" |
    ? { -not $_.PSIsContainer } |
    ren -Path { $_.FullName } -NewName { "$($_.BaseName).$($_.Extension[estensione che vuoi mettere])" } -WhatIf

Nessun commento:

Posta un commento

Lascia qui il tuo commento.