How to access an external hard drive via Command Prompt
Rk
-
georges97 Posted messages 14606 Registration date Status Contributor Last intervention -
georges97 Posted messages 14606 Registration date Status Contributor Last intervention -
Hello,
Hello, how to access an external hard drive through the command prompt
Configuration: Android / Chrome 65.0.3325.109
Hello, how to access an external hard drive through the command prompt
Configuration: Android / Chrome 65.0.3325.109
2 answers
-
Hello
We’re going back to the good old days of MS-Dos.
If your external hard drive is, for example, recognized by the letter E in Windows Explorer, you simply type E: in the command prompt window.
You will get E:\>
The contents of the drive will be accessible with the command Dir or Dir /P for a page-by-page display. -
Hello,
If you are using Windows 10, you launch the Disk Manager by right-clicking on the Windows icon in the taskbar.
This allows you to identify the letter corresponding to the external drive, for example E:
Then you open the command prompt (same as above) and type E:
Best regards