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

huangapple go评论100阅读模式
英文:

I cannot make a directory using mkdir in windows

问题

无法使用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

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

huangapple
  • 本文由 发表于 2023年8月10日 18:35:13
  • 转载请务必保留本文链接:https://go.coder-hub.com/76874921.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定