Initial version
This commit is contained in:
parent
bc99aecbbf
commit
5d5072d9fe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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") }
|
Loading…
Reference in New Issue