英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论