cmd mkdir basis to generate. the beginning of the file folder

  •        OS : Windows 10 Version 1809
  •        blog : blog.csdn.net/shiwanwu
  •  typesetting : Markdown

code

Microsoft Windows [版本 10.0.17763.805]
(c) 2018 Microsoft Corporation。保留所有权利。

C:\Users\Student>cd Desktop

C:\Users\Student\Desktop>mkdir .testDir

C:\Users\Student\Desktop>

Here Insert Picture Description

more knowledge

Microsoft Windows [版本 10.0.17763.805]
(c) 2018 Microsoft Corporation。保留所有权利。

C:\Users\Student>help mkdir
创建目录。

MKDIR [drive:]path
MD [drive:]path

如果命令扩展被启用,MKDIR 会如下改变:

如果需要,MKDIR 会在路径中创建中级目录。例如: 假设 \a 不
存在,那么:

    mkdir \a\b\c\d

与:

    mkdir \a
    chdir \a
    mkdir b
    chdir b
    mkdir c
    chdir c
    mkdir d

相同。如果扩展被停用,则需要键入 mkdir \a\b\c\d。

C:\Users\Student>

resource

  • [ doc - cmd ] docs.microsoft.com/zh-cn/windows-server/administration/windows-commands/windows-commands
  • [Doc - OS] docs.microsoft.com/zh-cn/windows
  • [ msdn ] msdn.microsoft.com/zh-cn
  • [Platform] www.csdn.net


Thanksgiving has helped people over the division of all things.
cmd can perform common tasks, simple and fast start command, the proposed study.
There is spare capacity, you can look at PowerShell, PowerShell Core and Linux Shell.

Published 126 original articles · won praise 16 · views 60000 +

Guess you like

Origin blog.csdn.net/shiwanwu/article/details/102873858