How to use

mkdir or md

but make the folder invisible...

有帮助吗?

解决方案

You need the attrib command to set the "hidden" attribute, assuming that when you say "invisible" you actually mean what Windows calls "hidden":

mkdir foo
attrib +h foo /s /d
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top