-1

What is the best command to move select files from one folder to another using command line code? other than normal cut copy paste

  • 2
    Possible duplicate of [How can I move all the files from one folder to another using the command line?](https://stackoverflow.com/questions/4743094/how-can-i-move-all-the-files-from-one-folder-to-another-using-the-command-line) – chimmi Aug 08 '17 at 07:26

1 Answers1

0

"Move"

move "sourcefilename" "destinationfilename"
Magoo
  • 77,302
  • 8
  • 62
  • 84