View Single Post
Old 12-12-2012, 04:08 PM   #160
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
Gouni,

there is no need to convert the filenames already when creating the gz-files. Do

Code:
for %i in (*.html) do 7z a -tgzip "gz\%i" "%i"
then change to the gz sub-directory and do

Code:
7z a -tzip -mcu=on dicthtml.zip *.html words
If the location of 7z.exe is not known to the system give the full path, for instance "C:\Program Files\7-Zip\7z" (including the quotation marks).
tshering is offline   Reply With Quote