like we have -basename -extension
This option will be very useful -size (in bytes)
new command line option -size (in bytes)
Re: new command line option -size (in bytes)
I will consider a -size command line option.
Thank you for the suggestion.
For now, please try:
Everything.exe -s size:123
where 123 is the size in bytes.
Thank you for the suggestion.
For now, please try:
Everything.exe -s size:123
where 123 is the size in bytes.
Re: new command line option -size (in bytes)
Thanks for replying and accepting suggestion
my goal is to add it to windows context menu
It will be easier to Everything detect the file size instead of using batch file
my goal is to add it to windows context menu
It will be easier to Everything detect the file size instead of using batch file
Code: Select all
cmd.exe /c for %%a in ("%1") do start "" "C:\Program Files\everything\everything.exe" -s size:"%%~za""
Re: new command line option -size (in bytes)
This will be easy in Everything 1.5:
Everything64.exe" -s size:[getsize:"%1"]
Find dupes in Everything
[getsize:"%1"]
Everything64.exe" -s size:[getsize:"%1"]
Find dupes in Everything
[getsize:"%1"]
Re: new command line option -size (in bytes)
Thank you!