GZIP GUI application for Windows XP?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

anjanesh wrote:
Kieran Huggins wrote:since gzip is a "one file only" compression scheme, what's the problem using the CLI version? I just drag and drop the file I want gzipped onto the gzip.exe binary and it does it's magic. Can't think of any options or anything, just "gzip it!".
LOL ! I've never known abt this kind of feature till now ! How can a command-line program intercept drag-n-drop ? Use default options ?
as long as the CLI app takes only the filename as an argument there's no problems at all. Easy peasy!
Post Reply