• 7Z and ARJ for Linux (simplified)

    From Björn Wiberg@2:201/137 to g00r00 on Wed Aug 4 16:12:56 2021
    Hello again, g00r00!

    On 04 Aug 2021, Bj”rn Wiberg said the following...
    Hoping some of this will be useful for future versions of Mystic (and for others experimenting in the mean time)!

    The simplified command lines for LHA/LZH and ARJ on Linux would yield the following "final" archiver definitions:

    Active ³ Yes
    Extension ³ 7Z
    OS ³ Linux
    Description ³ 7-Zip
    Pack Cmd ³ 7z a -ba -y "%1" "%2" >>
    Unpack Cmd ³ 7z e -ba -y -o"%3" "%1" "%2" >>
    View Cmd ³ { 7z l -y "%1" >> "%3%2"; } >>

    Active ³ Yes
    Extension ³ ARJ
    OS ³ Linux
    Description ³ ARJ32 ARJ Utilities
    Pack Cmd ³ arj a -e -i -y "%1" "%2" >>
    Unpack Cmd ³ arj e -e -i -y -w"%3" -ht"%3" "%1" "%2" >>
    View Cmd ³ { arj l -i -y "%1" >> "%3%2"; } >>

    Best regards
    Bj”rn
    --- Mystic BBS v1.12 A47 2021/07/31 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (2:201/137)