Back to Assorted Command Prompt Commands
MOVE Command
MOVE: Move command is used to move file from one location to another. Or, it can be used to rename files.> move doc2.txt doc3.txt
Output:
C:\DOS_CLEARN>dir
Volume in drive C is OS
Volume Serial Number is 44F9-CC8C
Directory of C:\DOS_CLEARN
23-05-2018 00:19 <DIR> .
23-05-2018 00:19 <DIR> ..
23-05-2018 00:19 <DIR> awesome
22-05-2018 23:42 43 doc.txt
23-05-2018 00:02 48 doc2.txt
2 File(s) 91 bytes
3 Dir(s) 821,374,242,816 bytes free
C:\DOS_CLEARN>move doc2.txt doc3.txt
1 file(s) moved.
C:\DOS_CLEARN>dir
Volume in drive C is OS
Volume Serial Number is 44F9-CC8C
Directory of C:\DOS_CLEARN
23-05-2018 00:22 <DIR> .
23-05-2018 00:22 <DIR> ..
23-05-2018 00:19 <DIR> awesome
22-05-2018 23:42 43 doc.txt
23-05-2018 00:02 48 doc3.txt
2 File(s) 91 bytes
3 Dir(s) 821,374,308,352 bytes free
Share this page:




Report Error in Content