Dup Goto 📝

Execute Multiple Files

To Pop
5 lines, 30 words, 124 chars Thursday 2024-01-25 23:51:40

Call with arguments -h -i -s -t

ls *.exe | foreach { & $_ -h -i -s -t }
Get-ChildItem *.exe | ForEach { & $_ ... }