VBScript, or Visual Basic Scripting, is a scripting language developed by Microsoft to help developers write scripts that interact with its products. VBScript is mainly used with Internet Explorer.
The script below will loop through the specified folder, and pipe the information into a CSV file. It pulls out the subfolder names as well as their sizes. It works, except for when there are long ...