View Single Post
Old 02-11-2017, 04:45 PM   #30
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by kido.resuri View Post
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
tshering is offline   Reply With Quote