3 lines
137 B
Batchfile
3 lines
137 B
Batchfile
:: Please install upx first, https://github.com/upx/upx/releases
|
|
for /f "delims=" %%i in ('dir /b /a-d /s "annie*"') do upx --best "%%i"
|