Jeremy Posted July 15, 2006 Posted July 15, 2006 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.
LLXX Posted July 15, 2006 Posted July 15, 2006 for %a in ( *.exe ) do upx -9 %aThat will do one directory, I think there's a command to recurse through subdirectories... can't remember it at the moment.
Jeremy Posted July 15, 2006 Author Posted July 15, 2006 Thanks, alot.don't use UPX, this is s*** It did what I wanted to do, so whatever.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now