vbscript to find largest directory ?
Tech-Archive recommends: Speed Up your PC by fixing your registry
- From: "bitshift" <jobob@xxxxxxx>
- Date: Wed, 19 Dec 2007 09:51:10 -0600
I need to find the largest directory on my system. What is a good method to
use to do this with vbscript ? just loop through every top level directory
on the root of the drive and look at the directory size ?
.
Relevant Pages
- Re: vbscript to find largest directory ?
... just loop through every top level directory on the root of the drive and look at the directory size? ... If you are a music lover then ... (microsoft.public.scripting.vbscript) - Re: vbscript to find largest directory ?
... to use to do this with vbscript? ... just loop through every top level ... directory on the root of the drive and look at the directory size? ... echo "%folder%" is the largest folder. ... (microsoft.public.scripting.vbscript) - Re: system.Diagnostics.Process Problem
... Exit Select ... Loop Until consoleApp.MainWindowTitle.ToString.Length 0 ... then attempt to read the output from the VBScript using ... Hangs because it is looking for the exit of the cmd.exe ... (microsoft.public.dotnet.general) - Re: system.Diagnostics.Process Problem
... If (DateDiff(DateInterval.Minute, objDateTime, DateTime.Now)> 10) Then ... Exit Select ... Loop Until consoleApp.MainWindowTitle.ToString.Length 0 ... then attempt to read the output from the VBScript using ... (microsoft.public.dotnet.general) - Re: os.walk bug?
... Each iteration of os.walk returns three parameters; one of those, dirs, ... When looping in a for loop, it is generally good programming practice to ... Root contains the current path being visited, ... (comp.lang.python) |
|