Login | |
|
 |
RE: FolderSize report (recursive) - 9/9/2006 6:08:29 AM
|
|
 |
|
| |
mbouchard
Posts: 1851
Score: 14
Joined: 5/15/2003
From: USA
Status: online
|
Very nice. Suggestion, make the folder path a link. Thinking on it, and not sure if this is even feasible. Can you make it so that the folder size shown is only the files in the folder and not any sub folders. ex. Total D:\ = 5gig D: = 200meg Total D:\folder1 = 1 gig d:\folder1 = 250meg d:\folder1\subfolder = 250meg d:\folder1\subfolder2 = 250meg etc If you do something like this, you would need 3 columns. Path, total, Size of files.
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
 |
RE: FolderSize report (recursive) - 9/10/2006 11:22:32 PM
|
|
 |
|
| |
mbouchard
Posts: 1851
Score: 14
Joined: 5/15/2003
From: USA
Status: online
|
Very nice, about the only change I will make to it would be to add this line objWshShell.Run "iexplore.exe " & fSaveName Hmm, wonder how it will work on a remote PC. Will need to try that. Edit: I have run this against my PC using \\compname\d$\ and while it is running, it is taking much much longer.
< Message edited by mbouchard -- 9/10/2006 11:26:16 PM >
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
 |
RE: FolderSize report (recursive) - 9/11/2006 4:31:32 AM
|
|
 |
|
| |
Snipah
Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
quote:
ORIGINAL: mbouchard Very nice, about the only change I will make to it would be to add this line objWshShell.Run "iexplore.exe " & fSaveName Hmm, wonder how it will work on a remote PC. Will need to try that. Edit: I have run this against my PC using \\compname\d$\ and while it is running, it is taking much much longer. In general, UNC approaches are slower and less risk-save then other approaches...
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
|
|