Is there an easy way to swap the file names of two files in Windows? Perhaps using the move command in the shell?
Preferably without using external software.
Example: I have fileA.txt and fileB.txt. After the operation, fileA.txt is now called fileB.txt, and vice versa.
