Jump to content

Recommended Posts

Posted

Does anyone know how to use UPX to compress an entire folder w/subfolders through the commandline? I've been messing around with it and can't seem to get it to work. Any advise would be appreciated. :D


Posted
for %a in ( *.exe ) do upx -9 %a

That will do one directory, I think there's a command to recurse through subdirectories... can't remember it at the moment.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...