• ZOO archiver example

    From Björn Wiberg@2:201/137 to g00r00 on Wed Aug 4 14:06:16 2021
    Hello g00r00!

    If you would like to add ZOO support on the Linux platform, you could add the following entry to the archivers:

    Active ³ Yes
    Extension ³ ZOO
    OS ³ Linux
    Description ³ ZOO
    Pack Cmd ³ zoo ahP: "%1" %2 >>

    Unpack Cmd ³ cd "%3" 2>/dev/null&&{ zoo xOOS: "%1" "%2";RC=$?;cd
    /dev/null; };exit $RC >>

    View Cmd ³ zoo lVCm "%1" >> "%3%2" 2> /dev/null; exit $? >>

    The Unpack Cmd had to be "compressed" a little due to the restricted number
    of characters.

    The " >>" at the end is dependent on Mystic's addition of " /dev/null 2>&1" at the end of the command lines.

    Enjoy!

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