We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd6b47 commit 9abcdffCopy full SHA for 9abcdff
readme.md
@@ -0,0 +1,22 @@
1
+Move
2
+----
3
+Moves a file/directory to another location.
4
+
5
+Syntax:
6
+MOVE source1[, source2[,...]] destination
7
8
+ source The name of the file or directory you want to move (rename)
9
+ destination Where you want to move the file(s) to
10
+ /Y Supresses prompting to confirm you want to overwrite
11
+ an existing destination file.
12
+ /-Y Causes prompting to confirm you want to overwrite an
13
+ existing destination file.
14
+ /V Verifies each file as it is written to the destination file
15
+ to make sure that the destination files are identical to the
16
+ source files
17
18
+You can move directories with this tool
19
20
21
+(C) 1997-2002 by Joe Cosentino
22
+(C) 2003-2004 by Imre Leber
0 commit comments