tldr/pages.ru/windows/mkdir.md

13 lines
468 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# mkdir
> Создает каталог или подкаталог в файловой системе.
> Больше информации: <https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir>.
- Создать новый каталог:
`mkdir {{путь\до\папки}}`
- Чтобы создать дерево каталогов в корневом каталоге введите:
`mkdir {{путь\до\под_папки}}`