- move (command)
-
In computing,
move
is a command in various DOS, OS/2 and Microsoft Windows command line interpreters (shells) such asCOMMAND.COM
,cmd.exe
, 4DOS/4NT and Windows PowerShell. It is used to move one or more files or directories from one place to another. The original file is deleted, and the new file may have the same or a different name. It is analogous to the Unixmv
command.In Windows PowerShell, move is a predefined command alias for the
Move-Item
Cmdlet which basically serves the same purpose.Example
move filename newname move C:\olddir C:\newdir
See also
- List of DOS commands
- List of Unix programs
References
Windows command line programs and built-ins (more) File system
(basic)File system
(advanced)Processes Registry User environment Text processing Shell programming Networking Searching Miscellaneous Categories:- MS-DOS/Windows Command Prompt commands
- DOS on IBM PC compatibles
- Microcomputer software
- Windows administration
- Computing commands
- Storage software stubs
- Microsoft Windows stubs
Wikimedia Foundation. 2010.