The full command is:
dir /b /a-d
Let me break it up;
Basically the /b is what you look for.
/a-d will exclude the directory names.
For more information see dir /? for other arguments that you can use with the dir command.
The full command is:
dir /b /a-d
Let me break it up;
Basically the /b is what you look for.
/a-d will exclude the directory names.
For more information see dir /? for other arguments that you can use with the dir command.