Move from one drive to another in CMD
Move from one drive to another in CMD
We will use programming in this lesson to attempt to solve the "Move from one drive to another in CMD".
To move from one drive to another drive in your command prompt you have to use the drive name (E) before colon(:) key and press enter button. In my case I am in (C) drive and I want to move in (E) drive.-
Move from C drive to E drive using cmd
You have to write the drive name (E) before the colon(:) and press enter to move to that drive.
PS C:\Users\samar> E:
Click enter now you will move to E drive
PS E:\>
If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.
Don't forget to share this article! Help us spread the word by clicking the share button below.
We appreciate your support and are committed to providing you valuable and informative content.
We are thankful for your never ending support.
Random Code Snippet Queries: Cmd
- Change permissions to var/www/html directory to edit the code in var/www/html directory
- Best way to switch php version in ubuntu
- Uninstall kali-win-kex
- WSL copy file from windows downloads directory to home directory in ubuntu
- How to switch from php8.1 to php8.2 version in ubuntu
- How to delete a directory using the command in window ?