I just noticed that in the Archive Editor --> Ext LHZ, for Windows, with Description "LHZ (via 7-ZIP)" perhaps should be Ext LZH with Description
Furthermore, I would suggest adding an archiver entry 7Z (7-ZIP) for
Linux to complement the existing one for Windows, or perhaps simply changing the OS to All if it has the same syntax also for MacOS?
I notice that some archive formats have a View Cmd specified, but that
is not the case for ARJ or LZH/LHA. Does this mean that the viewer is internal to Mystic? Do you perhaps have some working View Cmd lines for ARJ and LZH/LHA, if that can be used?
Furthermore, I would suggest adding an archiver entry 7Z (7-ZIP) for Linux to complement the existing one for Windows, or perhaps simply
You are free to do that if you'd like and send it along. I'll make a
note of it in my TODO list in the meantime just don't know when I might get around to it.
functions/viewing that Mystic can do. If you find a LZH/LHA file that
you cannot view feel free to e-mail it to me so I can take a look at it.
There is no enabled setup for ARJ by default in Mystic but if you want to create a view default feel free to do so and send it over, like any other archiver.
There is no enabled setup for ARJ by default in Mystic but if you wan create a view default feel free to do so and send it over, like any o archiver.
Tried getting this to work, but didn't quite succeed --
Pack Cmd ³ arj a -e -i -y "%1" "%2"
Unpack Cmd ³ arj e -e -i -y -w"%3" "%1" "%2"
View Cmd ³ arj l -i -y "%1" >> "%3%2" 2> /dev/null; exit $? >>
Pack Cmd ³ 7z a -y "%1" "%2"
Unpack Cmd ³ 7z e -y -o"%3" "%1" "%2"
View Cmd ³ 7z l -ba -y "%1" >> "%3%2" 2> /dev/null; exit $? >>
I guess >> "%3%2" should redirect output to a temporary file, and
Mystic's archive viewer reads that (if it exists).
Are there any specs on what kind of output format it can "parse"?
Because I guess all archivers are different?
Correct for external/unsupported archive formats, Mystic executes the
view command line, and then displays the file at %3%2. There is nothing to parse it just displays whatever the view command puts in that file.
+ When executing archives, MUTIL in Unix will now automatically append
" /dev/null 2>&1" to the end of each archive execution command in
order to hide standard output and error messages. It was already adding "2>nul" in Windows.
Perhaps this should have been ">> /dev/null 2>&1" instead?
Finally, the differing coloring of the viewing output can be fixed by adding a somewhat "neutral" color switch (e.g. PIPE 07) to the end of prompts #432 and #433 (some of the lightbar file list prompts).
Perhaps this should have been ">> /dev/null 2>&1" instead?
Yes maybe it should have been "> /dev/null 2>&1" and I didn't put the >
in there. I'll try adding that in.
...or rather " >> /dev/null 2>&1" with a space at the beginning -- to
I changed it to add " > /dev/null 2>&1" now but I have not done any testing yet.
I did notice that adding the quotes around "%3" in the unzip command did cause a problem so I did revert that.
Yes maybe it should have been "> /dev/null 2>&1" and I didn't put the in there. I'll try adding that in.
Thanks a lot!
(Please let me know once it's added, and I'll help you try it out!)
Yes maybe it should have been "> /dev/null 2>&1" and I didn't pu in there. I'll try adding that in.(Please let me know once it's added, and I'll help you try it out!)
I have uploaded a new version let me know how it goes so I can quickly replace it if its broken! :)
Tested viewing, (D)ownloading file from inside archive (including some "tricks"
there which appear to be handled correctly now) and also downloading a
The only "bad" thing I noticed is that the automatic "basenaming" (stripping path info from the entered filename) of "%2" for the Unpack Cmd can make it hard to perform archive member (file) selection for certain archivers.
For instance, tar requires the "correct" (full) path of a file within an archive to be entered when selecting files for extraction.
For instance, tar requires the "correct" (full) path of a file within archive to be entered when selecting files for extraction.
Apart from tar, this also applies to zip, lha and 7z (including LHA/LZH via 7-ZIP for Windows).
(But not to arj e -e, zoo x:, or arc e which doesn't have any notion of subdirectories whatsoever).
Just wanted to check if you managed to get https://sourceforge.net/projects/thegwolibrary/files/gwo-winxp/gwo0.11/gwo sample-win32.lzh/download (or other LHA files) to view correctly with the built-in archive viewer on your system?
Sysop: | Coz |
---|---|
Location: | Anoka, MN |
Users: | 2 |
Nodes: | 4 (0 / 4) |
Uptime: | 154:59:02 |
Calls: | 166 |
Files: | 5,389 |
Messages: | 223,379 |