T
2020-05-15 19:00:18 UTC
Hi All,
Is there a way to get your directory/sub-directory size from
straight CMD without power shell?
powershell -noprofile -command "ls -r D:\drivers | measure -s Length"
Count : 162
Average :
Sum : 2557511012
Maximum :
Minimum :
Property : Length
Is three a API call for this?
Many thanks,
-T
Is there a way to get your directory/sub-directory size from
straight CMD without power shell?
powershell -noprofile -command "ls -r D:\drivers | measure -s Length"
Count : 162
Average :
Sum : 2557511012
Maximum :
Minimum :
Property : Length
Is three a API call for this?
Many thanks,
-T