Sunday, June 23, 2024

Running Powershell commands on a set of files

 

PS Microsoft.PowerShell.Core\FileSystem:: C:\PhD\Datasets\Astrometry\Set-146>  Get-ChildItem -File | ForEach-Object { file2pdfpsedit.exe $_.FullName --args xr }