Compare commits
2 Commits
bc99aecbbf
...
14ba42b981
Author | SHA1 | Date |
---|---|---|
EonaCat | 14ba42b981 | |
EonaCat | 5d5072d9fe |
|
@ -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") }
|
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.
Loading…
Reference in New Issue