Ragnarok rat pack/unpack utility by timecop@efnet
Usage:
This is a pipe for gzip.exe. It will process files in current directory.
To decompress use:
        gzip -dc file.rgz | rat -d
To compress, use:
        rat -c | gzip -c > path\to\file.rgz
To list files, use:
        gzip -dc path\to\file.rgz | rat -l

included rgz.bat by
By Nut (admin@thaiyare.tk)
to make it easier for you

To use this you'll need gzip.exe. A copy is included in this archive.
* Copy rat.exe and gzip.exe somewhere in PATH (for example, c:\windows\system32)
* create a directory where you want to place decompressed .rgz file
* gzip -dc c:\ragnarok\file.rgz | rat -d

* to pack the rgz back together, change/add/delete files in the unpack dir and
* rat -c | gzip -c > c:\ragnarok\file2.rgz

* to verify the new archive, try
* gzip -dc c:\ragnarok\file2.rgz | rat -l

timecop@japan.co.jp
2003/05/18
