<s>
In	O
computing	O
,	O
move	O
is	O
a	O
command	B-Application
in	O
various	O
command-line	O
interpreters	O
(	O
shells	B-Operating_System
)	O
such	O
as	O
COMMAND.COM	B-Operating_System
,	O
cmd.exe	B-Device
,	O
4DOS/4NT	O
,	O
and	O
PowerShell	B-Application
.	O
</s>
<s>
It	O
is	O
used	O
to	O
move	O
one	O
or	O
more	O
files	B-Operating_System
or	O
directories	B-Application
from	O
one	O
place	O
to	O
another	O
.	O
</s>
<s>
The	O
command	B-Application
is	O
analogous	O
to	O
the	O
Unix	B-Application
mv	O
command	B-Application
and	O
to	O
the	O
OpenVOS	B-General_Concept
move_file	O
and	O
move_dircommands	O
.	O
</s>
<s>
The	O
command	B-Application
is	O
available	O
in	O
DOS	B-Device
,	O
IBM	B-Application
OS/2	I-Application
,	O
Microsoft	B-Application
Windows	I-Application
and	O
ReactOS	B-Application
.	O
</s>
<s>
On	O
MS-DOS	B-Application
,	O
the	O
command	B-Application
is	O
available	O
in	O
versions	O
6	O
and	O
later	O
.	O
</s>
<s>
In	O
Windows	B-Application
PowerShell	I-Application
,	O
is	O
a	O
predefined	O
command	B-Device
alias	I-Device
for	O
the	O
Move-Item	O
Cmdlet	O
which	O
basically	O
serves	O
the	O
same	O
purpose	O
.	O
</s>
<s>
The	O
FreeDOS	B-Application
version	O
was	O
developed	O
by	O
Joe	O
Cosentino	O
.	O
</s>
<s>
DR	B-Application
DOS	I-Application
6.0	O
includes	O
an	O
implementation	O
of	O
the	O
command	B-Application
.	O
</s>
<s>
The	O
open-source	B-Application
MS-DOS	B-Application
emulator	B-Application
DOSBox	B-Application
has	O
no	O
MOVE	O
command	B-Application
.	O
</s>
<s>
Instead	O
,	O
the	O
REN	B-Device
command	B-Application
can	O
be	O
used	O
to	O
move	O
files	B-Operating_System
.	O
</s>
<s>
To	O
move	O
one	O
or	O
more	O
files	B-Operating_System
:	O
</s>
<s>
To	O
rename	B-Device
a	O
directory	B-Application
:	O
</s>
<s>
To	O
move	O
a	O
directory	B-Application
:	O
</s>
<s>
[drive:][path]filename1:	O
Specifies	O
the	O
location	O
and	O
name	O
of	O
the	O
file	O
or	O
files	B-Operating_System
you	O
want	O
to	O
move	O
.	O
</s>
<s>
destination	O
:	O
Specifies	O
the	O
new	O
location	O
of	O
the	O
file	O
or	O
directory	B-Application
.	O
</s>
<s>
Destination	O
can	O
consist	O
of	O
a	O
drive	O
letter	O
and	O
colon	O
,	O
a	O
directory	B-Application
name	O
,	O
or	O
a	O
combination	O
,	O
and	O
must	O
already	O
exist	O
.	O
</s>
<s>
If	O
you	O
are	O
moving	O
only	O
one	O
file	O
,	O
you	O
can	O
also	O
include	O
a	O
filename	O
if	O
you	O
want	O
to	O
rename	B-Device
the	O
file	O
when	O
you	O
move	O
it	O
.	O
</s>
<s>
[drive:][path]dirname1:	O
Specifies	O
the	O
directory	B-Application
you	O
want	O
to	O
rename	B-Device
or	O
move	O
.	O
</s>
<s>
dirname2	O
:	O
Specifies	O
the	O
new	O
name	O
of	O
the	O
directory	B-Application
.	O
</s>
<s>
This	O
may	O
be	O
overridden	O
with	O
/	O
-Y	O
on	O
the	O
command	B-Application
line	O
.	O
</s>
<s>
Default	O
is	O
to	O
prompt	O
on	O
overwrites	O
unless	O
MOVE	O
command	B-Application
is	O
being	O
executed	O
from	O
within	O
a	O
batch	O
script	O
.	O
</s>
