Ru-Board.club
← Вернуться в раздел «Программы»

» 7-Zip / 7z

Автор: 4get
Дата сообщения: 15.09.2004 17:02
http://sourceforge.net/forum/message.php?msg_id=2757535
Цитата:
By: Igor Pavlov - ipavlov
RE: Is there a command line in GUI mode?
2004-09-14 01:19

It has other interface.
7zg.exe in next version will have same interface as console version.

By: Igor Pavlov - ipavlov
RE: Is there a command line in GUI mode?
2004-09-14 21:41

7zg.exe was intended only for calling from 7-Zip file manager or from 7-zip plugin for Explorer.
I did not public command line interface for 7zg.exe. It's pretty complex, including using of file to memory mapping.

7g.exe in next vresion will have public interface.
Автор: 4get
Дата сообщения: 26.09.2004 05:56
http://sourceforge.net/forum/message.php?msg_id=2771385
Цитата:
By: Igor Pavlov - ipavlov
RE: Any chance of MMX optimizations?
2004-09-22 23:25

There is no code in LZMA that can be optimized with MMX.
Maybe in future, when 7-Zip will have multimedia algotithms, it will be possible to use MMX.
http://sourceforge.net/forum/message.php?msg_id=2774711
Цитата:
By: Igor Pavlov - ipavlov
RE: How can I split to volumes (700MB)?
2004-09-24 21:13

New version of 7-Zip File Manager will contain two new functions: Split and Combine.
It will split to .001 .002 ...

Автор: serggl2003
Дата сообщения: 03.10.2004 11:49
7-zip 4.07 Beta

http://prdownloads.sourceforge.net/sevenzip/7z407b.exe?download
http://prdownloads.sourceforge.net/sevenzip/7z407.tar.bz2?download

Добавлено

Цитата:
Version 4.07 beta 2004-10-03
--------------------------------------
- Big amount of code was changed in this beta version.
So don't use it for important data compressing.
And test archive after compressing.

- Unified command line interface to GUI and console versions
- 7-Zip now can extract or test several archives in one command
- 7-Zip now doesn't interrupt the compressing when file is locked by
other application. 7-zip just skips that file and show warning.
Note: previous versions of 7-Zip had bug, so they can not unpack
non-solid and some solid 7z archives with such skipped files.
- Command line interface was changed:
- now it's possible to use absolute pathnames
- syntax simplification:
was: 7z a a Folder1\* Folder2\* -r
now: 7z a a Folder1 Folder2
- now it's possible to use complex wildcard commands, like *\*111*\*
- More smart detection of archive type for files with unusual
file name extensions
- Supporting for RAR archives with encrypted headers
- CPIO format supporting was improved
- For GZip and BZip2 formats you can:
- Compress from stdin (-si switch)
- Compress to stdout (-so switch)
- Extract to stdout (-so switch)
- 7-Zip File Manager:
- Split and Combine commands
- new list view options: Full row select, Show grid lines
- Internal reconstruction
- Some bugs were fixed
- New localizations: Friulian, Macedonian, Mongolian, Tamil, Thai
Автор: 8AleX8
Дата сообщения: 03.10.2004 12:51
serggl2003
Наконецто ....
Жаль что без Multivolume
Автор: Widok
Дата сообщения: 03.10.2004 13:25

Цитата:
7-zip 4.07 Beta

пожалуй это красным выделить надо
новость дня!
Цитата:
So don't use it for important data compressing.
And test archive after compressing.
Автор: m a x
Дата сообщения: 04.10.2004 16:14
7-zip 4.08 Beta

Цитата:
- Bug in installer for v4.07 was fixed: when rebooting
is required, it rebooted without asking user
- Small fixes in 7-Zip GUI (7zG.exe)
Автор: volodyalipkin
Дата сообщения: 05.10.2004 09:30
8AleX8

Цитата:
Жаль что без Multivolume

В слабом смысле
- 7-Zip File Manager:
- Split and Combine commands
Автор: 8AleX8
Дата сообщения: 05.10.2004 19:57
7-zip 4.09 Beta

Цитата:
Changes:
- Bugs in v4.0* were fixed:
- Renaming inside archives didn't work or worked incorrectly
- GUI SFX didn't show extracting dialog at start
- Small fixes in 7-Zip GUI (7zG.exe)

http://sourceforge.net/project/showfiles.php?group_id=14481
Автор: serggl2003
Дата сообщения: 05.10.2004 21:28

Цитата:
7-zip 4.09 Beta

теперь каждый день беты будут?
прям как the bat
Автор: 4get
Дата сообщения: 09.10.2004 19:00
состояние разработки multivolume 7z

http://sourceforge.net/forum/message.php?msg_id=2773253
Цитата:
By: Igor Pavlov - ipavlov
RE: How can I split to volumes (700MB)?
2004-10-03 01:27

1) .7z multivolume can work, but I still don't like some things in implementation (it requires changings to .7z format), so I'll keep it disabled some time.
2) .split multivolume now works.

sfx now doesn't support .split multivolume.
So there are 2 ways: to develop .7z moltivolume or to develop .split multivolume.
.7z moltivolume now can have one advantage over .split: CRC for each volume. But for split we can create additional .txt file with CRCs.
By: Igor Pavlov - ipavlov
RE: How can I split to volumes (700MB)?
2004-10-04 05:56

Multivolume is not so simple task.
You can imagine it so: .7z without multivolume is 2-demension world. And .7z with multivolume will be 3-demension world.

Splitting during compressiong can be implemented later.
By: Igor Pavlov - ipavlov
RE: How can I split to volumes (700MB)?
2004-10-06 12:16

Splitting feature is still under development.
Now you can use such command:
7z x b.7z.001
that will make 2 steps in one command.
Extracting of 1 step (.7z.001 to -> .7z) will be implemented later with some switch.

.001.7z extension will be used only if I will use .7z splitting format. Now I use simple splitting, so imho .001 is good extesion for it. And Total Commander also supports it.
Автор: wildboy
Дата сообщения: 10.10.2004 12:33
А можно как-нибудь настроить Total Commander, чтобы он входил по Ctrl+PageDown в самораспаковывающиеся 7-zip архивы?
Автор: nehalem
Дата сообщения: 10.10.2004 12:59
вот пакет с новым модулем 7zip _http://nehalem.at.tut.by/7z.rar
Автор: volodyalipkin
Дата сообщения: 10.10.2004 19:29
nehalem

Цитата:
пакет с новым модулем 7zip

Это Вы о чём?
Автор: wellic
Дата сообщения: 10.10.2004 22:15
Сам архиватор вроде не плох.
Но с фаром как-то не очень нормально.
ТО Zipы не все смотрит (вернее содержание смотрит, а дальше нет), и т.к. далее


Автор: nehalem
Дата сообщения: 10.10.2004 22:16
volodyalipkin
о multiarc c 7za.exe, неправильно выразился )))
Автор: dZ
Дата сообщения: 10.10.2004 22:38
wellic
все вопросы надо задавать к FarTeam
Автор: 8AleX8
Дата сообщения: 21.10.2004 23:25
http://prdownloads.sourceforge.net/sevenzip/7za410b.zip?download

Цитата:
Release Name: 4.10 beta
Notes:
Changes:
- Bugs in v4.0* were fixed:
- Some commands in command line with "-r" switch worked incorrectly,
so 7-zip could skip some files during compressing
- Some other bugs were fixed
- Small internal changes
Автор: Zoynels
Дата сообщения: 24.10.2004 00:55
Вопрос. Как в самораспаковывающемся архие задать папку для распаковки при архивации. Напримет: c:\temp или c:\program files\anybody
Автор: 4get
Дата сообщения: 24.10.2004 08:31
частичный порт последнего билда

http://unc.dl.sourceforge.net/p7zip/p7zip_4.10_src.tar.bz2
http://unc.dl.sourceforge.net/p7zip/p7zip_4.10_x86_linux_bin.tar.bz2

http://sourceforge.net/forum/message.php?msg_id=2819036
Цитата:
By: my space - myspace
p7zip 4.10 is available
2004-10-23 05:37
Changes :
- new port of 7za from the source of 7za 4.10Beta for Windows
=> p7zip now works on big endian CPU.

- 7z for Unix is not maintained anymore (because as the source of unrar plugin for 7z
is not available, 7z is unless on Unix).


To Igor Pavlov :
Can you take my fixes from p7zip 4.10 ?

To support gcc 2.95.2 see :
7zOut.cpp, ZipUpdate.cpp, ExtractCallbackConsole.cpp


To support gcc 3.4 see :
Buffer.h, DynamicBuffer.h


In order not to have "HANDLE" in sources out of "Windows" directory :
CoderMixer.h, CoderMixer.cpp, CoderMixer2MT.h, CoderMixer2MT.cpp,MT.h, MT.cpp
take a look at Thread.h

http://sourceforge.net/forum/message.php?msg_id=2818488
Цитата:
By: my space - myspace
7-zip 4.10 beta and p7zip 0.92 on a big endia
2004-10-22 14:29
First, thank you, Igor Pavlov, for accepting my patch.

I haved quickly port the sources of 7za 4.10 beta to Unix.

As usual, p7zip works on linux x86.

To test p7zip on a big endian machine, I choose a Solaris 9 with a sparc CPU
because I cannot connect to the Mac OS 10 machines of sourceforge.

Now, on Solaris/sparc, 7z, bzip2, gzip, tar and zip work.

Thank you for your great work Igor Pavlov !


As, I cannot connect to the Mac OS 10 machines of sourceforge,
I have tried to install opendarwin (www.opendarwin.org)
on the pearpc emulator (pearpc.sourceforge.net).

lzma 4.06 SDK is only 10 times slower on opendarwin/pearpc (JIT version)
than on local machine (Windows XP/x86) so compiling
and testing need a lot of patience.

I can easily compile p7zip on opendarwin because
wchar.h and all the Unicode functions needed by p7zip for Unix are provided.

But on Mac OS 10 of sourceforge , wchar.h is not provided.
However, gdegnbol says that on its Mac OS X, the gcc compiler for Mac OS X provides wchar.h.

So, now, I give up to port myself p7zip to Mac OS X.

Any volunteer ?
Автор: The Unforgiven
Дата сообщения: 24.10.2004 15:10
Zoynels
Нельзя это сделать
Автор: JackalSR13
Дата сообщения: 27.10.2004 10:28
Приветствую!

Связка Far + 7-Zip (работа в Far с архивами .7z как обычно): добавить в конец
%FARPATH%/Plugins/MultiArc/Format/Custom.ini:
=== начало ===
[7z]
TypeName=7z
ID=37 7A BC AF 27 1C
IDPos=
IDOnly=1
Extension=7z
List=7za l
Start="^--"
End="^--"
Format0="yyyy tt dd hh mm ss aaaaa zzzzzzzzzzzz pppppppppppp nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
Extract=7za {-p%%P} -r0 -y x %%A @%%LQMN
ExtractWithoutPath=7za {-p%%P} -y -r0 e %%A @%%LQMN
Test=7za t {-p%%P} -y -r0 %%A @%%LQMN
Delete=7za d -y -r0 -ms=off %%A @%%LQMN
Add=7za -r0 -y -t7z a %%A @%%LQMN
AddRecurse=7z -r0 -y -t7z a %%A @%%LQMN
AllFilesMask="*"
=== конец ===
Плюс можно поставить выделение цветом для таких архивов. Работает как часы.
Автор: DimmY
Дата сообщения: 27.10.2004 11:03
JackalSR13

Цитата:
Связка Far + 7-Zip (работа в Far с архивами .7z как обычно): добавить в конец
%FARPATH%/Plugins/MultiArc/Format/Custom.ini:

А в чем глубокий смысл твоего совета, когда есть плагин 7-Zip для FAR?
Автор: HHunter
Дата сообщения: 29.10.2004 22:38
А есть прога, подбирающая пароли к архивам от этого архиватора, как для RAR архивов?
У меня файлы .exe т.е. 7z SFX запаролены можно у них узнать пароли?
Автор: BeerLion
Дата сообщения: 17.11.2004 14:14
4.11 beta

Цитата:
- 7-Zip now shows file names during compressing/decompressing
- 7-Zip now supports Zip64 extension of ZIP format. So now it's possible to compress files bigger than 4 GB to ZIP archives.
- Some bugs were fixed
- New localization: Galician
http://prdownloads.sourceforge.net/sevenzip/7za411b.zip?download
http://prdownloads.sourceforge.net/sevenzip/7z411b.exe?download
http://prdownloads.sourceforge.net/sevenzip/7z411b.tar.bz2?download
Автор: Harrier
Дата сообщения: 17.11.2004 15:26
Да сколько же можно... когда же он зафиналится, наконец?!
Автор: DimmY
Дата сообщения: 17.11.2004 18:04
Harrier

Цитата:
когда же он зафиналится, наконец?!

Для тебя что-то изменится, если в программе слово Beta заменить на Release? Какая разница? Продукт работает? Работает. Ну так и что тебе мешает им пользоваться и быть довольным?
Автор: Harrier
Дата сообщения: 17.11.2004 20:29
DimmY

Изменит. Релиз это готовый продукт, а бета это бета и я по возможности ими не пользуюсь.
Автор: wersachi
Дата сообщения: 18.11.2004 12:54
7-Zip 4.12 beta size: 977 KB date: 2004-11-18

Download Now

What's new:
Bug in v4.11 beta was fixed:
7-Zip created incorrect ZIP archives if file size was
from 3.75 GB to 4 GB
.
Автор: BeerLion
Дата сообщения: 14.12.2004 18:05
7-Zip 4.13 beta
Цитата:
- Switch "--" stops switches parsing
- Some bugs were fixed

http://prdownloads.sourceforge.net/sevenzip/7z413b.exe?download
http://prdownloads.sourceforge.net/sevenzip/7za413b.zip?download
Автор: Viewgg
Дата сообщения: 08.01.2005 17:12
Кто нибудь знает архиватор со сжатием лучше, чем у 7-ZIP? Я так не нашел, и 7-ZIP - мой любимый архиватор.

Страницы: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172

Предыдущая тема: Longhorn и Blackcomb


Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.