My team is working with .GZ files and they need some way, ANY WAY, to extract a .GZ from command line. It can be using Java commands (as long as it can be run from CMD). If it can be done with a third party PORTABLE executable that is fine as well, as long as it's free. I don't have much to go on here so I'm giving the most information as I can. Basically in a nutshell:
- I need to open .gz files
- It has to be done through a Batch file (CMD)
- It cannot use anything that must be installed apart from Java.
- It can use a portable EXE (toggleable from CMD)
Thanks a bunch, sorry it is low on information! -Lucas E. Executive Programmer for EDG
Side note: This goes along with minecraft, so, I know I can somehow make and extract them since minecraft saves it's log files in .gz format. If the item I need comes with minecraft I can work with that.