I'm trying to display the dirsize with a batch file but so far no luck. DU, dirsize gives me a not recognized as an internal or external command error.
This is my batch file so far, it displays all the dir's but not the size.
dir D:\test\test2
PAUSE
Are there more commands to display dirsize?
Thanks