为 imgs 创建目录

Create directory for imgs

我尝试将 glashfish4 安装到 Windows。

说明中提到为图像创建一个目录。

我打开 cmd,然后使用 cd 进入 glashfish 路径,然后键入:

mkdir -p /var/webapp/images

以及我收到的错误:

The syntax of the command is incorrect

我可以设置什么路径来创建这个目录?

语法基于 linux,因为该命令还使用 linux 文件系统。这是关于 mkdir for windows 的文档:

Technet Documentation

所以:

mkdir "Drive:\path\to\new\directory"