Command: move

  MOVE moves one or more files or a directory to another location.

Syntax:

  MOVE [/Y | /-Y] [/V] [/?] source1[, source2[,...]] destination

Options:

  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.
  /?           Shows the help.

Comments:

  You can also move directories with this tool.
  MOVE supports NLS (national language support).

Examples:

  move C:\command.com D:\example\kommand.com

See also:

  copy
  xcopy

  Copyright © 2003 Robert Platt, updated 2007 by W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.