View Single Post
Old 12-13-2012, 07:31 AM   #165
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
Do not replace "*.html" by "e:\zztest\*.htm". Instead change to this directory by executing
Code:
cd e:\zztest
and then execute
Code:
for %i in (*.html) do 7z a -tgzip "gz\%i" "%i"
Edit:
If you are not already on e: then execute first
Code:
e:
before you change to "e:\zztest".

Last edited by tshering; 12-13-2012 at 07:40 AM.
tshering is offline   Reply With Quote