The Move command allows you to move one or more files from one drive to another drive or from one directory to another directory. Assume that there is a file INTERNET.TXT under the directory INCOME on the hard disk that needs to be moved to a diskette. This can be done by issuing the following command:
C>MOVE C:\INCOME\INTERNET.TXT A: <Enter>
This command deletes the file physically from the hard disk and moves it to the target location.