Move from one drive to another in CMD

Created at 07-Aug-2022 , By samar

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:\>
    

Back to code snippet queries related cmd

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

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.