What is the best command to move all files from one folder to another?
I want to do this from within a batch file.
Lookup move /? on Windows and man mv on Unix systems
move /?
man mv