windows batch command to move file code example
Example 1: batch move file
MOVE [/Y | /-Y] [drive:][path]filename1[,...] destination
Example 2: batch move file
move c:\windows\temp\*.* c:\temp
MOVE [/Y | /-Y] [drive:][path]filename1[,...] destination
move c:\windows\temp\*.* c:\temp