• Sixelgallery question

    From Gamgee@1:103/705 to Codefenix on Friday, February 09, 2024 13:59:38
    Hello sir,

    Been setting up your Sixelgallery utility on my board, as a door. Working great when I define a single directory for viewing (in paths.json). However, if I point it to a directory with it's own subdirectories (such as a GIFs Galore), it not only doesn't display a list of subdirs to choose from, but it actually deletes ALL of those subdirs and their contents. Wondering if I'm missing something; or it doesn't allow browsing subdirectories.

    Thanks for info, and this utility!

    ---
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Codefenix@1:103/705 to Gamgee on Friday, February 09, 2024 16:25:09
    Re: Sixelgallery question
    By: Gamgee to Codefenix on Fri Feb 09 2024 01:59 pm

    Been setting up your Sixelgallery utility on my board, as a door. Working great when I define a single directory for viewing (in paths.json). However, if I point it to a directory with it's own subdirectories (such as a GIFs Galore), it not only doesn't display a list of subdirs to choose from, but it actually deletes ALL of those subdirs and their contents. Wondering if I'm missing something; or it doesn't allow browsing subdirectories.

    I'll have a look soon. I suspect the script is incorrectly recognizing your subdirectories as temporary directories created from zip extractions, in which case you can probably work around the issue for now by setting cleanup_zip_subdirs to false in your paths.json file.

    I honestly don't recall whether I had browsing subdirectories in mind when I put this together. I think it should be able to do it though.

    I'll straighten this out. Thanks for letting me know.

    |01<|09co|03d|11e|15Ÿ|11e|03n|09ix|01>|07


    ...If all economists were laid end to end, they would not reach a conclusion. ---
    þ Synchronet þ -=[ ConstructiveChaos BBS | conchaos.synchro.net ]=-
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Dan Clough@1:135/115 to Codefenix on Friday, February 09, 2024 16:03:00
    Codefenix wrote to Gamgee <=-

    Re: Sixelgallery question
    By: Gamgee to Codefenix on Fri Feb 09 2024 01:59 pm

    Been setting up your Sixelgallery utility on my board, as a door. Working great when I define a single directory for viewing (in paths.json). However, if I point it to a directory with it's own subdirectories (such as a GIFs Galore), it not only doesn't display a list of subdirs to choose from, but it actually deletes ALL of those subdirs and their contents. Wondering if I'm missing something; or it doesn't allow browsing subdirectories.

    I'll have a look soon. I suspect the script is incorrectly
    recognizing your subdirectories as temporary directories created
    from zip extractions, in which case you can probably work around
    the issue for now by setting cleanup_zip_subdirs to false in your paths.json file.

    YES! I hadn't thought of that, but changed that setting and it browses
    down into subdirectories now. Seems to be working fine, although I did
    notice that every now and then it only shows a GIF very briefly and
    fails back to the dir listing; and after that any/all GIFs do that,
    until exiting the door and returning. I suspect that might be an
    "animated" GIF that "breaks" it, but not completely sure.

    I honestly don't recall whether I had browsing subdirectories in
    mind when I put this together. I think it should be able to do it
    though.

    I'll straighten this out. Thanks for letting me know.

    Thanks for looking into it some more. It is working pretty well now
    with the setting changed to "false". Appreciate it!



    ... Users come in two types: Those who have lost data, and those who will.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.20-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:135/115)
  • From Codefenix@1:103/705 to Dan Clough on Saturday, February 10, 2024 13:59:17
    Re: Re: Sixelgallery question
    By: Dan Clough to Codefenix on Fri Feb 09 2024 04:03 pm

    YES! I hadn't thought of that, but changed that setting and it browses down into subdirectories now.

    This subdirectory deletion issue is fixed. Grab the latest sixelgallery.js file from https://github.com/codefenix-ConChaos/SixelGallery and overwrite your old one.

    notice that every now and then it only shows a GIF very briefly and fails back to the dir listing; and after that any/all GIFs do that, until exiting the door and returning. I suspect that might be an "animated" GIF that "breaks" it, but not completely sure.

    Interesting. I did actually play around with displaying multiple output frames generated by ImageMagick, but I don't think I ever pushed those changes to GitHub before today, so this may actually be fixed now as well. Give it a try and let me know.

    Thanks for looking into it some more. It is working pretty well now with the setting changed to "false". Appreciate it!

    No problem, thanks again for providing feedback. Sorry about your deleted subdirectories. Hopefully you were able to recover them.

    You should be able to safely make that setting "true" now and only delete temporary paths created as a result of unzipping files. I tried it with my fsxNet NASA images today and it indeed deleted those paths as indicated, but left all my other subdirectories alone.

    |01<|09co|03d|11e|15Ÿ|11e|03n|09ix|01>|07


    ...It requires a very unusual mind to make an analysis of the obvious.
    ---
    þ Synchronet þ -=[ ConstructiveChaos BBS | conchaos.synchro.net ]=-
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Gamgee@1:103/705 to Codefenix on Saturday, February 10, 2024 14:18:00
    Codefenix wrote to Dan Clough <=-

    Re: Re: Sixelgallery question
    By: Dan Clough to Codefenix on Fri Feb 09 2024 04:03 pm

    YES! I hadn't thought of that, but changed that setting and it browses down into subdirectories now.

    This subdirectory deletion issue is fixed. Grab the latest
    sixelgallery.js file from https://github.com/codefenix-ConChaos/SixelGallery and overwrite
    your old one.

    Fantastic, I'll do that. Thanks for the quick response!

    notice that every now and then it only shows a GIF very briefly and fails back to the dir listing; and after that any/all GIFs do that, until exiting the door and returning. I suspect that might be an "animated" GIF that "breaks" it, but not completely sure.

    Interesting. I did actually play around with displaying multiple
    output frames generated by ImageMagick, but I don't think I ever
    pushed those changes to GitHub before today, so this may actually
    be fixed now as well. Give it a try and let me know.

    Will do.

    Thanks for looking into it some more. It is working pretty well now with the setting changed to "false". Appreciate it!

    No problem, thanks again for providing feedback. Sorry about your
    deleted subdirectories. Hopefully you were able to recover them.

    Yes, they were just categories of GIFs from a CDROM, stored on a hard
    drive. Just re-copied them over.

    You should be able to safely make that setting "true" now and
    only delete temporary paths created as a result of unzipping
    files. I tried it with my fsxNet NASA images today and it indeed
    deleted those paths as indicated, but left all my other
    subdirectories alone.

    All right, sounds good, thanks again.


    ... FIGHT BACK! ... Fill out your tax forms with Roman numerals.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Gamgee@1:103/705 to Codefenix on Saturday, February 10, 2024 21:12:00
    Gamgee wrote to Codefenix <=-

    Codefenix wrote to Dan Clough <=-

    Re: Re: Sixelgallery question
    By: Dan Clough to Codefenix on Fri Feb 09 2024 04:03 pm

    YES! I hadn't thought of that, but changed that setting and it browses down into subdirectories now.

    This subdirectory deletion issue is fixed. Grab the latest
    sixelgallery.js file from https://github.com/codefenix-ConChaos/SixelGallery and overwrite
    your old one.

    Fantastic, I'll do that. Thanks for the quick response!

    I've got the new one installed, but have noticed something that's
    changed... The (S)caling toggle is no longer displayed on the main
    screen, and Scaling seems to be defaulted to OFF, as most images are too
    large for the screen now...

    Could you check on that? Thanks!



    ... Is fire supposed to shoot out of it like that!?
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Codefenix@1:103/705 to Gamgee on Sunday, February 11, 2024 10:37:59
    Re: Re: Sixelgallery question
    By: Gamgee to Codefenix on Sat Feb 10 2024 09:12 pm

    I've got the new one installed, but have noticed something that's changed... The (S)caling toggle is no longer displayed on the main screen, and Scaling seems to be defaulted to OFF, as most images are too large for the screen now...

    Ah right, this is now controlled with the "resize" setting in your paths.json file.

    {
    "name": "fsxNet Images",
    "path": "c:\\files\\fsxnet_imge",
    "cleanup_zip_subdirs": true,
    "resize": true
    }

    I figured it was better to let the sysop control resizing on a per-path basis, rather than having the user control it globally.

    I updated the README.md this morning.

    |01<|09co|03d|11e|15Ÿ|11e|03n|09ix|01>|07


    ...Nostalgia is OK, but it's not what it used to be.
    ---
    þ Synchronet þ -=[ ConstructiveChaos BBS | conchaos.synchro.net ]=-
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Gamgee@1:103/705 to Codefenix on Sunday, February 11, 2024 14:32:00
    Codefenix wrote to Gamgee <=-

    Re: Re: Sixelgallery question
    By: Gamgee to Codefenix on Sat Feb 10 2024 09:12 pm

    I've got the new one installed, but have noticed something that's changed... The (S)caling toggle is no longer displayed on the main screen, and Scaling seems to be defaulted to OFF, as most images are too large for the screen now...

    Ah right, this is now controlled with the "resize" setting in
    your paths.json file.

    {
    "name": "fsxNet Images",
    "path": "c:\\files\\fsxnet_imge",
    "cleanup_zip_subdirs": true,
    "resize": true
    }

    Yep, OK that works now. Thanks.

    I figured it was better to let the sysop control resizing on a
    per-path basis, rather than having the user control it globally.

    Good call.

    I updated the README.md this morning.

    Thanks again. One last (minor cosmetic) thing I noticed - the "S" for
    scaling option is still displayed on the user prompt on main page. ;-)



    ... Forbidden fruit is responsible for many a bad jam.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Codefenix@1:103/705 to Gamgee on Monday, February 12, 2024 13:25:11
    Re: Re: Sixelgallery question
    By: Gamgee to Codefenix on Sun Feb 11 2024 02:32 pm

    Yep, OK that works now. Thanks.

    Great!

    Thanks again. One last (minor cosmetic) thing I noticed - the "S" for scaling option is still displayed on the user prompt on main page. ;-)

    Dah... Ok, that's gone now. Thanks again.

    |01<|09co|03d|11e|15Ÿ|11e|03n|09ix|01>|07


    ...Want to have some fun? Walk into an antique shop and say, What's new?
    ---
    þ Synchronet þ -=[ ConstructiveChaos BBS | conchaos.synchro.net ]=-
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Gamgee@1:103/705 to Codefenix on Friday, March 01, 2024 13:03:45
    Re: Re: Sixelgallery question
    By: Codefenix to Gamgee on Mon Feb 12 2024 01:25 pm

    Re: Re: Sixelgallery question
    By: Gamgee to Codefenix on Sun Feb 11 2024 02:32 pm

    Yep, OK that works now. Thanks.

    Great!

    Thanks again. One last (minor cosmetic) thing I noticed - the "S" for scaling option is still displayed on the user prompt on main page. ;-)

    Dah... Ok, that's gone now. Thanks again.

    Hello again... :-)

    I'm now trying the sixel viewer (as a door) on a directory with ZIP files in it, and when I choose a ZIP file (by pressing Enter on it), the screen blinks quickly but nothing else seems to happen. Choosing GIF or JPG files works fine, but not ZIPs. Don't think I missed anything config-wise, as I don't see anything related to this in the settings file. Any clues? Thank you.

    ---
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Codefenix@1:103/705 to Gamgee on Friday, March 01, 2024 17:48:51
    Re: Re: Sixelgallery question
    By: Gamgee to Codefenix on Fri Mar 01 2024 01:03 pm

    I'm now trying the sixel viewer (as a door) on a directory with ZIP files in it, and when I choose a ZIP file (by pressing Enter on it), the screen blinks quickly but nothing else seems to happen. Choosing GIF or JPG files works fine, but not ZIPs. Don't think I missed anything config-wise, as I don't see anything related to this in the settings file. Any clues? Thank you.

    Hmmm..

    Are you running Windows or Linux out of curiosity? Either way, do you have an "unzip" utility located in /sbbs/exec? The script calls unzip to open the ZIP files. So if for some reason you don't have unzip in this path, that might explain the problem.

    (side note to self: I realize Synchronet now uses libarchive for direct ZIP file handling, so I really should update the script so it doesn't need to call unzip anymore. But I'm getting ahead of myself)

    Anyway, if you're using the Windows version of SBBS, then unzip.exe *should* already be in /sbbs/exec. I don't know if it's there on Linux; if it's not, then try installing it (i.e.: sudo apt install unzip) and see if that fixes you up.

    |01<|09co|03d|11e|15Ÿ|11e|03n|09ix|01>|07


    ...We Are Open Seven Days A Week, Including Sundays.
    ---
    þ Synchronet þ -=[ ConstructiveChaos BBS | conchaos.synchro.net ]=-
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Gamgee@1:103/705 to Codefenix on Saturday, March 02, 2024 07:47:00
    Codefenix wrote to Gamgee <=-

    Re: Re: Sixelgallery question
    By: Gamgee to Codefenix on Fri Mar 01 2024 01:03 pm

    I'm now trying the sixel viewer (as a door) on a directory with ZIP files in it, and when I choose a ZIP file (by pressing Enter on it), the screen blinks quickly but nothing else seems to happen. Choosing GIF or JPG files works fine, but not ZIPs. Don't think I missed anything config-wise, as I don't see anything related to this in the settings file. Any clues? Thank you.

    Hmmm..

    Are you running Windows or Linux out of curiosity? Either way, do
    you have an "unzip" utility located in /sbbs/exec? The script
    calls unzip to open the ZIP files. So if for some reason you
    don't have unzip in this path, that might explain the problem.

    I'm running on Linux. I certainly do have unzip installed on the system
    (at /usr/bin/unzip), and it works fine in all system aspects, including viewing the contents of ZIP files in the file areas. More below...

    (side note to self: I realize Synchronet now uses libarchive for
    direct ZIP file handling, so I really should update the script so
    it doesn't need to call unzip anymore. But I'm getting ahead of
    myself)

    For grins, I copied 'unzip' to my /sbbs/exec directory, and... it now
    works as expected. But that surely isn't the "normal" way to use unzip,
    as it's defined in my system's $PATH already (to be in /usr/bin).

    Anyway, if you're using the Windows version of SBBS, then
    unzip.exe *should* already be in /sbbs/exec. I don't know if it's
    there on Linux; if it's not, then try installing it (i.e.: sudo
    apt install unzip) and see if that fixes you up.

    I think the issue is that Sixelgallery should be checking the $PATH to
    call 'unzip', rather than needing it to reside in /sbbs/exec. ...

    Thanks!



    ... Internal Error: The system has been taken over by sheep at line 19960
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Codefenix@1:103/705 to Gamgee on Saturday, March 02, 2024 15:24:59
    Re: Re: Sixelgallery question
    By: Gamgee to Codefenix on Sat Mar 02 2024 07:47 am

    For grins, I copied 'unzip' to my /sbbs/exec directory, and... it now works as expected. But that surely isn't the "normal" way to use unzip, as it's defined in my system's $PATH already (to be in /usr/bin).

    Oh, agreed. I really only wanted to ascertain whether it would "fix" the problem.

    I think the issue is that Sixelgallery should be checking the $PATH to call 'unzip', rather than needing it to reside in /sbbs/exec. ...

    The thing is though, SBBS for Windows ships with unzip.exe in /sbbs/exec (at least it did in the latest non-dev release), so this would end up breaking it in Windows, where unzip.exe is expected to be found there.

    ANSIview opens ZIP files the same way, so I imagine you're almost certainly having the same issue there opening ZIP files containing packed artwork.

    A long-term solution will ultimately involve removing external calls to unzip altogether, and instead using the Archive class which was introduced into SBBS as of 3.19. I'll have to ponder this more though, since I don't want to break the script for folks who might still be running <= 3.18.

    So for now, as an inelegant workaround, we'll have SixelGallery test for the existence of unzip.exe in /sbbs/exec before calling it, and if it does not exist, then we'll simply call unzip without supplying its path, assuming the utility exists in the system path.

    When you get a chance, remove the copy of unzip you put in your /sbbs/exec directory and try the latest update I just made. If all goes well, it should create a temporary subdirectory containing your unzipped files, let you browse them, and then remove them when you go back to the menu.

    |01<|09co|03d|11e|15Ÿ|11e|03n|09ix|01>|07


    ...A conclusion is simply the place where someone got tired of thinking.
    ---
    þ Synchronet þ -=[ ConstructiveChaos BBS | conchaos.synchro.net ]=-
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Gamgee on Saturday, March 02, 2024 13:20:39
    Re: Re: Sixelgallery question
    By: Gamgee to Codefenix on Sat Mar 02 2024 07:47 am

    I think the issue is that Sixelgallery should be checking the $PATH to
    call 'unzip', rather than needing it to reside in /sbbs/exec. ...

    Ideally, it'd use the built-in Archive class instead. But if it's going to execute unzip, executing the command-line "%@unzip ..." would expand to "\sbbs\exec\unzip ..." on Windows and "unzip ..." on *nix:
    https://wiki.synchro.net/config:cmdline
    --
    digital man (rob)

    Rush quote #70:
    He's got a problem with his power, with weapons on patrol .. New World Man Norco, CA WX: 57.1øF, 80.0% humidity, 5 mph SW wind, 0.04 inches rain/24hrs
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Gamgee@1:103/705 to Codefenix on Saturday, March 02, 2024 14:56:00
    Codefenix wrote to Gamgee <=-

    For grins, I copied 'unzip' to my /sbbs/exec directory, and... it now works as expected. But that surely isn't the "normal" way to use unzip, as it's defined in my system's $PATH already (to be in /usr/bin).

    Oh, agreed. I really only wanted to ascertain whether it would
    "fix" the problem.

    I think the issue is that Sixelgallery should be checking the $PATH to call 'unzip', rather than needing it to reside in /sbbs/exec. ...

    The thing is though, SBBS for Windows ships with unzip.exe in
    /sbbs/exec (at least it did in the latest non-dev release), so
    this would end up breaking it in Windows, where unzip.exe is
    expected to be found there.

    Ahhh, didn't know that zip/unzip were not in the $PATH normally on
    Windows.

    ANSIview opens ZIP files the same way, so I imagine you're almost certainly having the same issue there opening ZIP files
    containing packed artwork.

    Haven't used ANSIview yet, but likely will soon...

    A long-term solution will ultimately involve removing external
    calls to unzip altogether, and instead using the Archive class
    which was introduced into SBBS as of 3.19. I'll have to ponder
    this more though, since I don't want to break the script for
    folks who might still be running <= 3.18.

    So for now, as an inelegant workaround, we'll have SixelGallery
    test for the existence of unzip.exe in /sbbs/exec before calling
    it, and if it does not exist, then we'll simply call unzip
    without supplying its path, assuming the utility exists in the
    system path.

    Seems elegant enough to me!

    When you get a chance, remove the copy of unzip you put in your
    /sbbs/exec directory and try the latest update I just made. If
    all goes well, it should create a temporary subdirectory
    containing your unzipped files, let you browse them, and then
    remove them when you go back to the menu.

    I did all that, and the new version works perfectly. Thanks very much
    for the prompt reply and fix!


    ... Honk if you love BBSing!
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Gamgee@1:103/705 to Digital Man on Sunday, March 03, 2024 10:21:00
    Digital Man wrote to Gamgee <=-

    Re: Re: Sixelgallery question
    By: Gamgee to Codefenix on Sat Mar 02 2024 07:47 am

    I think the issue is that Sixelgallery should be checking the $PATH to
    call 'unzip', rather than needing it to reside in /sbbs/exec. ...

    Ideally, it'd use the built-in Archive class instead. But if it's
    going to execute unzip, executing the command-line "%@unzip ..."
    would expand to "\sbbs\exec\unzip ..." on Windows and "unzip ..."
    on *nix: https://wiki.synchro.net/config:cmdline

    Yes, understood. The issue was that the sixelgallery.js was hard-coded
    to look for 'unzip' in the /sbbs/exec directory, which doesn't work (by default anyway) on Linux. Codefenix has now updated some logic in there
    to first check if 'unzip' is located there; and if not, to look for it
    in the system $PATH.

    I guess I could have maybe edited the .js code to add the "%@" before
    the unzip command, but didn't know how to do that... ;-) All good now.



    ... Gone crazy, be back later, please leave message.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Codefenix@1:103/705 to Digital Man on Monday, March 04, 2024 10:06:19
    Re: Re: Sixelgallery question
    By: Digital Man to Gamgee on Sat Mar 02 2024 01:20 pm

    Ideally, it'd use the built-in Archive class instead. But if it's going to execute unzip, executing the command-line "%@unzip ..." would expand to "\sbbs\exec\unzip ..." on Windows and "unzip ..." on *nix: https://wiki.synchro.net/config:cmdline

    Should %@ apply to system.exec calls as well?

    e.g.: system.exec( '%@unzip -o -qq "zipfile.zip" -d "c:\tempdir"' );

    Because this does not seem to work for me (Windows).

    I probably will switch to using the Archive class eventually, but for now I don't want to break compatibility with <= SBBS 3.18.

    |01<|09co|03d|11e|15Ÿ|11e|03n|09ix|01>|07


    ...A liberal is a man too broadminded to take his own side in a quarrel.
    ---
    þ Synchronet þ -=[ ConstructiveChaos BBS | conchaos.synchro.net ]=-
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Codefenix on Monday, March 04, 2024 14:09:01
    Re: Re: Sixelgallery question
    By: Codefenix to Digital Man on Mon Mar 04 2024 10:06 am

    Re: Re: Sixelgallery question
    By: Digital Man to Gamgee on Sat Mar 02 2024 01:20 pm

    Ideally, it'd use the built-in Archive class instead. But if it's going to execute unzip, executing the command-line "%@unzip ..." would expand to "\sbbs\exec\unzip ..." on Windows and "unzip ..." on *nix: https://wiki.synchro.net/config:cmdline

    Should %@ apply to system.exec calls as well?

    e.g.: system.exec( '%@unzip -o -qq "zipfile.zip" -d "c:\tempdir"' );

    In JS, the bbs.cmdstr() function does the specifier expansion. https://wiki.synchro.net/config:cmdline

    Because this does not seem to work for me (Windows).

    You would also need to either double-up that backslash or use a forward-slash instead.

    I probably will switch to using the Archive class eventually, but for now I don't want to break compatibility with <= SBBS 3.18.

    Something like this then:

    system.exec(bbs.cmdstr("%@unzip -o -qq zipfile.zip -d c:\\tempdir\*"));
    --
    digital man (rob)

    This Is Spinal Tap quote #36:
    Bobbi Flekman: Money talks, and bullshit walks.
    Norco, CA WX: 59.9øF, 56.0% humidity, 1 mph W wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)