Moves a file/directory to another location.
Syntax: MOVE source1[, source2[,...]] destination
source The name of the file or directory you want to move (rename)
destination Where you want to move the file(s) to
/Y Supresses prompting to confirm you want to overwrite
an existing destination file.
/-Y Causes prompting to confirm you want to overwrite an
existing destination file.
/V Verifies each file as it is written to the destination file
to make sure that the destination files are identical to the
source files
You can move directories with this tool
(C) 1997-2002 by Joe Cosentino (C) 2003-2004 by Imre Leber