Quote:
Originally Posted by kido.resuri
Ok, I'm almost done.
I have a problem now with zipping. It seems that 7za creates a zip file that Kobo can't properly unzip, therefore the KoboRoot.tgz does not get to where it should be. If I compress it with something else, like Total Commander's internal zip, it works...
Anyone could help me with this one? I wouldn't use another tool if it can be done with 7za.
|
this is from a .bat file
Code:
SET the7zipexe=C:\7za920\7za.exe
REM --- make tar
"%the7zipexe%" a KoboRoot.tar -ttar * -r
REM --- make tgz
"%the7zipexe%" a KoboRoot.tgz -tgzip KoboRoot.tar