es = v1.1.0.26
Everything = 1.5.0.1355a
Folder sizes are indexed
I'd like to use
es
es.exe -size -sizeformat 1 folder:"D:\Temp" -csv -no-header
This comes close to what I want
*
D:\Temp
Using -n 1 doesn't work, it would list the first subfolder as well
*
16972109|D:\Temp
while I currently get
Code: Select all
645727,"D:\Temp\Archives [pw & no pw]"
16972109,"D:\Temp"
01. Is it somehow possible to set a different separator character other than "," when using -csv (or something else?) directly on the command line?
02. Is it possible for es.exe to leave out the quoting of the foldername?
Thanks!