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