51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

我无法使用Windows中的mkdir创建目录。

英文:

I cannot make a directory using mkdir in windows

问题 {#heading}

无法使用mkdir命令创建目录
在管理员cmd中的代码:

C:\Windows\System32>cd C:\Users\jrc12\OneDrive\Documents\pythonProjects\DjangoMosh

C:\Users\jrc12\OneDrive\Documents\pythonProjects\DjangoMosh>mkdir storefront
系统找不到指定的文件。

请告诉我问题所在。

我期望在给定的路径中创建一个名为storefront的目录。 英文:

I cannot make directory by using mkdir
code : in administrative cmd :

C:\Windows\System32>cd C:\Users\jrc12\OneDrive\Documents\pythonProjects\DjangoMosh
`C:\Users\jrc12\OneDrive\Documents\pythonProjects\DjangoMosh>mkdir storefront
The system cannot find the file specified.
`

Please tell me the problem.

I am expecting to create a directory named storefront in the given path.

答案1 {#1}

得分: 1

Have you already tried possible solution from Microsoft adviser? Also, have you tried another command for that?

md folder

英文:

have you already tried possible solution from Microsoft adviser? Also, have you tried another command for that?

md folder

赞(0)
未经允许不得转载:工具盒子 » 我无法使用Windows中的mkdir创建目录。