Hi
How to add files larger than 100 kb to the 7z archive?
How to add files larger than 100 kb to the 7z archive?
Moderator: DosItHelp
-
- Posts: 31
- Joined: 08 Sep 2017 06:10
Re: How to add files larger than 100 kb to the 7z archive?
The FOR command provides a mechanism to get the size of a file.
You may have remembered this when you were directed to read the help file when you asked this question
Code: Select all
for %%G IN (somefile.txt) do @echo %%~zG