Question: Using basic DOS commands, how to move a file from one directory to another? Correct Answer Copy the file to the destination directory, then delete

Using basic DOS commands, how to move a file from one directory to another?
Correct Answer
Copy the file to the destination directory, then delete the file in the original directory.
Use the move command.
Use the cut command in the original directory for the file, then use the paste command in the destination directory.
Use the copy command in the original directory to the file, then use the paste command in the destination directory, finally use the delete command in the original directory to delete the file.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!