I just want to know how can I get all the names of the folders in a current directory. For example in my current directory I have three folders:
stackoverflow reddit codinghorror
Then when I execute my batch script all the three folders will print in the screen.
How can I achieve this?