Solved PowerShell. Hi everyone! ... $files = get-childitem $path *.pdf foreach($pdf in $files){ $split = $pdf.name -replace ".pdf" -split "_" $newname ...
確定! 回上一頁