What is the best command to move all files from one folder to another?
I want to do this from within a batch file.
You can use the command move
move
Reference