Page 1 of 1

Simple way to show all files/folders with dir

Posted: 28 Nov 2016 14:51
by SirJosh3917

Code: Select all

dir /b /s /a:

I'd just think to share my findings as I wanted to show all visible directories, visible files, invisible directories and invisible files.
Tell me if you found this useful.

Re: Simple way to show all files/folders with dir

Posted: 28 Nov 2016 14:57
by Compo
It's already well known.

Code: Select all

DIR/B/S/A

Re: Simple way to show all files/folders with dir

Posted: 28 Nov 2016 22:09
by ShadowThief
Commendable enthusiasm, but for future reference, if it's mentioned in the output of <command> /? we already know about it.