Search found 1 match
- 24 Jan 2020 08:01
- Forum: DOS Batch Forum
- Topic: Check files GEQ 11000
- Replies: 1
- Views: 3842
Check files GEQ 11000
Good Afternoon, I'm trying to check Multiple files that are over 11kb, which then returns a Preset list that isn't over 11kb. Could anyone tell me where i'm going wrong here? Thank you for any support. IF /r "C:\Users\%G%\%F%\Week %Week%\!b!\Day %day%.xlsx" %%S in (*) do @if %%~zS GEQ 13000 ( Goto E...