What are values to enter in fmail for zip compression an decompression
It came only with the arc defined and nothing else
Hi Zazz,
On 2023-08-18 17:19:02, you wrote to All:
What are values to enter in fmail for zip compression an decompressionI tested this, and you seem to be right and found a bug... :-( ;-)
It came only with the arc defined and nothing else
These are the default values that are in the source and which are supposed to be set when you run FConfig for the first time without a fmail.cfg file present:
arc32 "PKArc.Com -a"
zip32 "PKZip.Exe -ex"
lzh32 "LHA.Exe a /m /o"
pak32 "Pak.Exe a /ST /P /WN"
zoo32 "Zoo.Exe aP:"
arj32 "ARJ.Exe a -e -u -y"
sqz32 "SQZ.Exe a /p3"
uc232 "UC.Exe a"
rar32 "RAR.Exe a -y -s -m5 -ep -std -cfg-"
jar32 "JAR.Exe a -y"
unArc32 "PKXArc.Com -r"
unZip32 "PKUnzip.Exe -o"
unLzh32 "LHA.Exe e /cm"
unPak32 "PAK.Exe E /WA"
unZoo32 "Zoo.Exe eO"
unArj32 "ARJ.Exe e -c -y"
unSqz32 "SQZ.Exe e /o1"
unUc232 "UC.Exe e"
unRar32 "RAR.Exe e -y -std -cfg-"
unJar32 "JAR.Exe e -y"
But these are the defaults from the DOS era. I currently use the infozip versions, with these command lines:
What are values to enter in fmail for zip compression an
decompression It came only with the arc defined and nothing else
I tested this, and you seem to be right and found a bug... :-( ;-)
These are the default values that are in the source and which are
supposed to be set when you run FConfig for the first time without a
fmail.cfg file present: arc32 "PKArc.Com -a" zip32 "PKZip.Exe -ex"
lzh32 "LHA.Exe a /m /o"
pak32 "Pak.Exe a /ST /P /WN"
zoo32 "Zoo.Exe aP:"
arj32 "ARJ.Exe a -e -u -y"
sqz32 "SQZ.Exe a /p3"
uc232 "UC.Exe a"
rar32 "RAR.Exe a -y -s -m5 -ep -std -cfg-"
jar32 "JAR.Exe a -y"
unArc32 "PKXArc.Com -r"
unZip32 "PKUnzip.Exe -o"
unLzh32 "LHA.Exe e /cm"
unPak32 "PAK.Exe E /WA"
unZoo32 "Zoo.Exe eO"
unArj32 "ARJ.Exe e -c -y"
unSqz32 "SQZ.Exe e /o1"
unUc232 "UC.Exe e"
unRar32 "RAR.Exe e -y -std -cfg-"
unJar32 "JAR.Exe e -y"
But these are the defaults from the DOS era. I currently use the
infozip versions, with these command lines:
Time to update the defaults for the next release. :)
Time to update the defaults for the next release. :)
And maybe remove the more obscure ones (pak, zoo, arj, sqz, uc, jar).
I wonder if there ever was anyone who used any of those!? ;-)
And maybe remove the more obscure ones (pak, zoo, arj, sqz, uc,
jar). I wonder if there ever was anyone who used any of those!? ;-)
I meant remove them completely. If I leave them in, I can just as well
keep the defaults...
But on the other hand, why remove them. It doesn't hurt to keep them,
although maybe no one uses them.
WV>> But these are the defaults from the DOS era. I currently use the
WV>> infozip versions, with these command lines:
TK> Time to update the defaults for the next release. :)
And maybe remove the more obscure ones (pak, zoo, arj, sqz, uc, jar).
I wonder if there ever was anyone who used any of those!? ;-)
WV>> But these are the defaults from the DOS era. I currently use the
WV>> infozip versions, with these command lines:
TK> Time to update the defaults for the next release. :)
And maybe remove the more obscure ones (pak, zoo, arj, sqz, uc, jar).
Yep. :)
I wonder if there ever was anyone who used any of those!? ;-)
Back in the day when I had millions of points and downlinks, some liked to use rar and uc. Nowadays it should be enough to support zip. :)
Time to update the defaults for the next release. :)
And maybe remove the more obscure ones (pak, zoo, arj, sqz, uc, jar).
I wonder if there ever was anyone who used any of those!? ;-)
And maybe remove the more obscure ones (pak, zoo, arj, sqz, uc,
jar). I wonder if there ever was anyone who used any of those!? ;-)
I meant remove them completely. If I leave them in, I can just as well keep the defaults...
But on the other hand, why remove them. It doesn't hurt to keep them, although maybe no one uses them.
What are values to enter in fmail for zip compression an
decompression It came only with the arc defined and nothing else
I tested this, and you seem to be right and found a bug... :-( ;-)
Back in the day when I had millions of points and downlinks, some
liked to use rar and uc. Nowadays it should be enough to support
zip. :)
I'm still using rar on two links.
And outside fido rar is very much in use too.
And lha is in use in AmigaNet, because it was and still is the default archiver for the Amiga.
unzip -ojq %a -d %f
These work on both Windows and Linux.
unzip -ojq %a -d %f
These work on both Windows and Linux.
'-C' might also be a good thing to add.
Back in the day when I had millions of points and downlinks, some
liked to use rar and uc. Nowadays it should be enough to support
zip. :)
I'm still using rar on two links.
And outside fido rar is very much in use too.
And lha is in use in AmigaNet, because it was and still is the
default archiver for the Amiga.
unzip -ojq %a -d %f
These work on both Windows and Linux.
'-C' might also be a good thing to add.
On the other hand, Fmail seems to unpack everything from the arcmail bundle, so it has no effect.
Packing is simple, just use it...
For unpacking you need some kind of detection mechanism.
Which incase of FMail is left to the "General Unpack Shell". Which is
fed everything that is unknown to FMail itself...
I'm still using rar on two links.
Because I can. ;-)
At the time the choice was made, because rar compressed better. And because it still works there is no reason to change this.
And lha is in use in AmigaNet, because it was and still is the
default archiver for the Amiga.
Enough...
This is true for all of Fidonet technology. Keeping this old
techniques working is partly what makes it interesting...
For unpacking you need some kind of detection mechanism.
Which incase of FMail is left to the "General Unpack Shell". Which is
fed everything that is unknown to FMail itself...
At the time the choice was made, because rar compressed better. And
because it still works there is no reason to change this.
Enough...
This is true for all of Fidonet technology. Keeping this old
techniques working is partly what makes it interesting...
Which incase of FMail is left to the "General Unpack Shell". Which is
fed everything that is unknown to FMail itself...
I can't remember using it. I don't think it's still under development. A quick
google only gives me this: https://archive.org/details/GUS_170_ZIP so 1993...
I can't remember using it. I don't think it's still under development.
A quick google only gives me this:
https://archive.org/details/GUS_170_ZIP so 1993...
Got it here in my utils directory! :)
#### # # #### General Unpack Shell | Copyright (C) 1995
and written by
# ## # # #### for DOS | Johan Zwiekhorst
#### #### #### version 1.95 | - ALL RIGHTS RESERVED -
It was way more then 1%...
Enough...
Yes.
This is true for all of Fidonet technology. Keeping this old
techniques working is partly what makes it interesting...
Well, in this case it doesn't matter what you think. It's what the AmigaNet users want... ;-)
And in a museum available "real" space is probably a lot more
expensive then available "virtual" space in AmigaNet, which is kind of limitless...
Got it here in my utils directory! :)
=== Begin OS/2 Clipboard ===
#### # # #### General Unpack Shell | Copyright (C) 1995 and
written by # ## # # #### for DOS | Johan Zwiekhorst #### #### #### version 1.95 | - ALL RIGHTS RESERVED
- =====================================Ï==============================
It was way more then 1%...
And in a museum available "real" space is probably a lot more
expensive then available "virtual" space in AmigaNet, which is kind
of limitless...
Hello Tommi,
On Monday August 21 2023 20:13, you wrote to Wilfred van Velzen:
TK> Got it here in my utils directory! :)
TK> === Begin OS/2 Clipboard ===
TK> #### # # #### General Unpack Shell | Copyright (C) 1995 and
TK> written by # ## # # #### for DOS | Johan
TK> Zwiekhorst #### #### #### version 1.95 | - ALL RIGHTS
TK> RESERVED
TK> - =====================================¤==============================
No OS/2 version?
No OS/2 version?
Would you need one?
Hi All,
On 19 Aug 23 12:21, Wilfred van Velzen wrote to Zazz:
about: "Re: Fmail Compression and Decompression":
What are values to enter in fmail for zip compression an
decompression It came only with the arc defined and nothing else
I tested this, and you seem to be right and found a bug... :-( ;-)
I found and fixed this bug in my development version. And although this is a minor bug, I'll probably make a release, because this is important for new users. This new release might also include new default settings for (un)zip...
Wilfred.
--- FMail-W64 2.2.0.0
* Origin: point@work (2:280/464.112)
Sysop: | Fercho |
---|---|
Lugar: | La Plata, Buenos Aires |
Usuarios: | 33 |
Nodos: | 10 (0 / 10) |
Uptime: | 02:06:27 |
Llamadas: | 119 |
Archivoss: | 15,607 |
Mensajes: | 32,788 |