Question

How to use

mkdir or md

but make the folder invisible...

Was it helpful?

Solution

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top