Skip to content

FDOS/move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46d7a5c · Apr 10, 2025

History

38 Commits
Oct 28, 2022
Feb 5, 2022
Apr 10, 2025
Apr 10, 2025
Feb 24, 2022
Feb 5, 2022
Feb 24, 2022
Feb 5, 2022
Apr 6, 2025
Mar 24, 2025
Feb 24, 2022
Apr 10, 2025

Repository files navigation

Move

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     Suppresses 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