7z a -tzip ..\01.zip ..\01.txt, is it posible?
A free file archiver for extremely high compression
Brought to you by:
ipavlov
Hi!!
I want to use 7zip to compress some files in the line
version...
I have a main directory (test), 7z.exe in a subdirectory
(call programs), and the file 01.txt in the main directory
(test).
I made: 7z a -tzip ..\01.zip ..\01.txt
And it saids:
Updating archive ..\01.zip
Compressing ..\01.txt
Everything is Ok
It mades 01.zip but empty, why??
Bye.
ongapisa@hotpop.com
Logged In: YES
user_id=65083
01.zip is not empty.
And don't use .. in path:
cd ..
7z a -tzip 01.zip 01.txt
Logged In: NO
It's a good idea... put 7za.exe directory in the path... and not
use ..\
Thanks.
Ongapisa@hotpop.com
Logged In: YES
user_id=65083
it's better to put 7-zip to some "util" directory (and add
the "util" to PATH variable).