How do I rename a specific file to a specific new name and transfer it to the folder of the original

How do I rename a specific file to a specific new name and transfer it to the folder of the original specific file?

I want to do this without any selecting. I want to run the button from anywhere. TIA

Copy "C:\Path 1\File 1.txt" TO "C:\Path 2" AS "File 2.txt" or similar.

1 Like