📜  如何在 cmd 中切换到我的闪存驱动器目录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:48.790000             🧑  作者: Mango

代码示例1
// Open the command line (CMD)
-------------------------------

// Type in the name of the dirve followed by a colon, like this
C:\Users\John Doe> E:
E:\>                   <<= result.

// Type "dir" to see a list of the files in your USB/FLASH-DRIVE, like this:
E:\> dir

// Now you can access any file or directory in the USB