I am familiar with VBScript but I haven't used it in about 2 years so I'm a bit rusty. I need a script to find the name and size of multiple directories.
As an example the directory path would be
d:/users/user1/profiles
d:/users/user2/profiles
I need to know the name of user1 and the size of the profiles directory and then the same for user2. There are about 100 different user directories that I'll need to go through.
Thanks
As an example the directory path would be
d:/users/user1/profiles
d:/users/user2/profiles
I need to know the name of user1 and the size of the profiles directory and then the same for user2. There are about 100 different user directories that I'll need to go through.
Thanks