:: Purpose: Compress executables and .dll's :: Submitter: Michael Kahn :: requires: UPX.exe :: source: http://upx.sourceforge.net/#stable :: note: Options are for achieving the best compression ratio. :: note: Edit path to executable's location. :: D:\u\upx\UPX.exe --best --crp-ms=999999 --nrv2b -o result_2b.exe %1 D:\u\upx\UPX.exe --best --crp-ms=999999 --nrv2d -o result_2d.exe %1 ECHO. ECHO Keep the smaller of the two resulting executables. PAUSE >nul ECHO Press any key to return to Ztree...