Domanda

How to use

mkdir or md

but make the folder invisible...

È stato utile?

Soluzione

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
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top