5 lines
95 B
PowerShell
5 lines
95 B
PowerShell
|
|
Rename-Item input.txt output.txt
|
||
|
|
|
||
|
|
# The Rename-item has the alias ren
|
||
|
|
ren input.txt output.txt
|