3 lines
137 B
Batchfile
Raw Normal View History

2020-02-08 20:44:46 +08:00
:: 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"