I have the following, but it returns way more information than I need. The other issue is that if I were to run this for the actual folder I'm interested in, it'd run for a really long time.
Code: Select all
let>oDirectory=C:\FolderSizeTest\
Let>RP_WINDOWMODE=2
Let>RP_WAIT=1
Run>cmd /c dir %oDirectory% /s | find "(s)" > C:\FolderSizeReport\FolderSize.txt