Skip to main content

Posts

Code of move in CMD

Code of MOVE in CMD C:\Users\somet>move /? Moves files and renames files and directories. To move one or more files: MOVE [/Y | /-Y] [drive:][path]filename1[,...] destination To rename a directory: MOVE [/Y | /-Y] [drive:][path]dirname1 dirname2   [drive:][path]filename1 Specifies the location and name of the file                           or files you want to move.   destination             Specifies the new location of the file. The destination                           can consist of a drive letter and colon, a                           directory name, or a combination. If you are moving                           only one file, you can also include a filename if     ...