Initial version

This commit is contained in:
2022-12-18 10:32:07 +01:00
parent bc99aecbbf
commit 5d5072d9fe
11 changed files with 6 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+6
View File
@@ -0,0 +1,6 @@
Get-ChildItem C:\Users\jeroe\Desktop\weg -recurse | Unblock-File
Get-ChildItem -Recurse | % { Rename-Item -Path $_.PSPath -NewName $_.Name.replace("FirstWord","SecondWord") }