• Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Register
    • Login
    pacl900b-190606.exe (PACL 9.0 Beta 5) pacomp -r not working.
    Brian GregoryB

    I’m trying to backup the complete contents of a directory using:
    pacomp64 -parcz T:\BACKUP.PA C:\STUFF
    The contents of subdirectories of C:\STUFF isn’t getting backed up!
    The sub directories are just stored as empty directories!

    Tech Support
    When extracting 7z files extract only newer files
    B

    How do I achieve this ; show me a command line example !

    Tech Support
    Question Regarding License
    S

    Hello @Mili,

    thanks for your help in getting my PowerArchiver CommandLine license (Re: License Code Not Working / Missing) and sorry for my late reply. I do check my spam folder regularly and couldn’t find a mail from support. Also, there was no mail in my backups or any mention of it in my email logs.

    I have a question regarding my licenses in the hope you are able to help me:
    While my account lists “PowerArchiver Select - lifetime free upgrades and support for PowerArchiver Toolbox English - Count 2”, this does not apply for PACL, which was included with my purchase. My account shows only PowerArchiver Select - 12 months of upgrades and support for PowerArchiver Command Line - Single User License.

    Since PACL was included with PowerArchiver Toolbox, shouldn’t PACL also come with a lifetime license for 2 PCs?

    Thanks for your help in advance.

    Tech Support
    PACL 9.0 Beta 2
    spwolfS

    Version:
    PACL 9.00 Beta 2

    What’s New since version PACL 7:

    Updated to PowerArchiver 2017 engine Fully unicode interface RAR v5 (v4) support PAE2 support

    Latest format support and all the various engine updates done in PA 2017.
    Full support for .PA format with many different options and switches.

    Download:
    http://dl.powerarchiver.com/2017/PACL900-170429.EXE

    Due to the support of new PA format and all the changes needed for that support, we decided to move up version number to PACL 9. This is purely cosmetical - companies who purchased PACL8, have PACL9 now added to their orders. Users who have free upgrades for PACL8, now have PACL9 added as free upgrade (Business users with active select (pro/tbx), all personal users (pro/tbx).

    Since we are finalizing PA 2017, we can also now spend a lot more time on PACL9.

    Please check your bugs, and check .PA support as well.

    Thank you! @Alpha-Testers

    PA Team
    ConeXware, Inc.

    Tech Support
    The PACL does not extract files from the self-extracting archive
    Michael72M

    My OS: Windows XP Home Edition, SP3
    The version number and date of the program: PowerArchiver Command Line v9.00b [Feb 23 2019]

    The program not extracts one self-extracting file.

    How to reproduce the problem

    Download the SFX file by link: install.exe
    Copy the “install.exe” file into the same location as the program is located.
    Go to the DOS prompt. Make your PACL location the default drive.
    If it is on the E drive enter the command E: and press enter. Replace “E:” with the appropriate drive letter.
    Enter command cd e:<path name> to go to the location where the program resides.
    Enter command:

    paext32 -o+ -p"install" "install.exe"

    As a result, the “install” directory will not be created and no
    files will be extracted.

    The “install.exe” file may be damaged but if you use a program such as 7-Zip or PeaZip to extract the files, the extraction process is successful. I want the PACL to also unpack such a file.
    This problem is very critical for me. I often come across this. I do not want to resort to using other compression program.

    … Michael

    Tech Support
    PACompXX problem with file name syntax
    BigMikeB

    Hi,
    there’s a problem with PAComp and file names with a leading ".\ ".
    That’s nowadays a problem, since PowerShell auto complete will complete a file test.zip in the current directory to .\test.zip.

    0_1524826660985_pacomp.png

    The first command reports “All OK”, but test.7z is not created.
    The second command reports an error, but the error message isn’t helpful at all. VSS doesn’t help anything if a program fails to write to a file. It’s for reading locked files… And the problematic file isn’t mentioned at all. By the way, there’s a typo, it should be “open”, not “opet”.
    Only the third command (without ".\ ") works as expected.

    The problem exists in the x86 and x64 version, it doesn’t matter if the archive already exists (updating) or not (creating a new archive).

    Tech Support
    czip support
    D

    would be nice to have czip support

    Tech Support
    PACL 8.0 Beta 1
    spwolfS

    Version:
    PACL 8.00 Beta 1

    Whats New:

    Updated to PowerArchiver 2016 engine Fully unicode interface RAR v5 (v4) support PAE2 support Latest format support such as improved ZIPX, ISO, etc, etc, etc.

    Download:
    http://dl.powerarchiver.com/2016/pacl800b1.exe

    Please test it against your existing scripts and let us know. There will be some features added in future release as well as more testing.

    This is first release, please test. Thank you!

    Tech Support
    pacomp-exe-has-stopped-working)
    P

    I am Having Appcrash mid problem in my Pc.

    Tech Support
    PAConv.bat
    BigMikeB

    Hi,

    I’ve made changes to fix some problems with PAConv.bat:

    1. Replaced the “” by () in the first two lines, so that it’ll work with command line arguments in quotation marks
    2. Replaced deltree with rmdir, since deltree is unknown at least in Windows XP and later
    3. Also replaced the del command, which left an empty $PATEMP$ directory with rmdir
    4. Changed $PATEMP$ to “%TEMP%$PATEMP$.%time::=%”, so that no write privileges are needed in the current directory as the users Temp directory is used and that more operations will work simultaneous, as long as they are not started at the very same time.
    5. Changed %n to “%~n” to allow parameters with spaces and quotation marks

    if (%1)==() goto help if (%2)==() goto help SET PATMPDIR=%TEMP%\$PATEMP$.%time::=% if exist "%PATMPDIR%" rmdir /s /q "%PATMPDIR%" mkdir "%PATMPDIR%" paext -e -d -p"%PATMPDIR%" "%~1" echo. pacomp -a -r -p -w "%~2" "%PATMPDIR%\*.*" echo. rmdir /s /q "%PATMPDIR%" SET PATMPDIR=
    Tech Support

    PACL 9.0 Beta 2

    Tech Support
    4
    24
    44019
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • spwolfS
      spwolf conexware
      last edited by spwolf

      Version:
      PACL 9.00 Beta 2

      What’s New since version PACL 7:

      • Updated to PowerArchiver 2017 engine
      • Fully unicode interface
      • RAR v5 (v4) support
      • PAE2 support

      Latest format support and all the various engine updates done in PA 2017.
      Full support for .PA format with many different options and switches.

      Download:
      http://dl.powerarchiver.com/2017/PACL900-170429.EXE

      Due to the support of new PA format and all the changes needed for that support, we decided to move up version number to PACL 9. This is purely cosmetical - companies who purchased PACL8, have PACL9 now added to their orders. Users who have free upgrades for PACL8, now have PACL9 added as free upgrade (Business users with active select (pro/tbx), all personal users (pro/tbx).

      Since we are finalizing PA 2017, we can also now spend a lot more time on PACL9.

      Please check your bugs, and check .PA support as well.

      Thank you! @Alpha-Testers

      PA Team
      ConeXware, Inc.

      1 Reply Last reply Reply Quote 0
      • Brian GregoryB
        Brian Gregory Alpha Testers
        last edited by

        Discrepancy (v8 vs v9) with new lines in output:

        C:>\PACL.v8\pacomp -a junk.7z *
        PowerArchiver Command Line (PACL) Unicode Version 8.00 [Dec 21 2015]
        Copyright© 1998-2015 ConeXware, Inc. All Rights Reserved. Registered Version
        This product is licensed to: Brian Gregory
        Archive Compression Utility – ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
        Internet: http://www.powerarchiver.com Email: support@conexware.com

        Archive: C:\junk.7z
        preparing to compress…
        adding: 595356.txt --> Done. [0%]
        adding: bin.7z --> Done. [0%]
        adding: curl.txt --> Done. [5%]
        adding: DEBUG.TXT --> Done. [7%]
        adding: FDCOM.ICO --> Done. [9%]
        adding: GEARDIFx_install.log --> Done. [9%]
        adding: GEARDIFx_uninstall.log --> Done. [9%]
        adding: HaxLogs.txt --> Done. [9%]
        adding: hcwclear.txt --> Done. [37%]
        adding: hcwDriverInstall.txt --> Done. [40%]
        adding: Iconshock-Real-Vista-Mobile-Android-platform.ico --> Done. [45%]
        adding: junk.7z --> Done. [66%]
        adding: junk.zip --> Done. [78%]
        adding: log.txt --> Done. [78%]
        adding: mplabxdrvrinstall.20160220 --> Done. [78%]
        adding: mplabxdrvrinstall.20160222 --> Done. [78%]
        adding: mplabxdrvrinstall.20160311 --> Done. [78%]
        adding: mplabxdrvrinstall.20160519 --> Done. [78%]
        adding: mplabxdrvrinstall.20160626 --> Done. [78%]
        adding: mplabxdrvrinstall.20160912 --> Done. [78%]
        adding: pnp.txt --> Done. [78%]
        adding: RHDSetup.log --> Done. [79%]
        adding: sda-0.log.0 --> Done. [79%]
        adding: sda-0.log.1 --> Done. [79%]
        adding: sda-0.log.2 --> Done. [81%]
        adding: smartctl.txt --> Done. [83%]
        adding: SxsTrace.etl --> Done. [93%]
        adding: SxsTrace.txt --> Done. [95%]
        adding: TBSVHID.log --> Done. [96%]
        adding: vulkaninfo.txt --> Done. [96%]
        adding: wifi.log --> Done. [99%]
        adding: win7.txt --> Done. [99%]
        adding: WMC default zoom.reg --> Done. [99%]
        adding: WMC sensible zoom.reg --> Done. [99%]

        All OK

        C:>\PACL.v9\pacomp -a junk.7z *
        PowerArchiver Command Line x64 (PACL64) Unicode Version 9.00b [Jan 20 2017]
        Copyright© 1998-2016 ConeXware, Inc. All Rights Reserved. Registered Version
        This product is licensed to: Brian Gregory
        Archive Compression Utility – PA,ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
        Internet: http://www.powerarchiver.com Email: support@conexware.com

        Archive: C:\junk.7z
        preparing to compress…
        adding: 595356.txt adding: curl.txt adding: DEBUG.TXT adding: FDCOM.ICO adding: GEARDIFx_install.log adding: GEARDI
        Fx_uninstall.log adding: HaxLogs.txt adding: hcwclear.txt adding: hcwDriverInstall.txt adding: Iconshock-Real-Vista-Mobi
        le-Android-platform.ico adding: junk.7z adding: junk.zip adding: log.txt adding: mplabxdrvrinstall.20160220 adding: m
        plabxdrvrinstall.20160222 adding: mplabxdrvrinstall.20160311 adding: mplabxdrvrinstall.20160519 adding: mplabxdrvrinstall.2
        0160626 adding: mplabxdrvrinstall.20160912 adding: pnp.txt adding: RHDSetup.log adding: smartctl.txt adding: SxsTrace
        .etl adding: SxsTrace.txt adding: TBSVHID.log adding: vulkaninfo.txt adding: wifi.log adding: win7.txt adding: WMC
        default zoom.reg adding: WMC sensible zoom.reg
        All OK

        C:>

        spwolfS 1 Reply Last reply Reply Quote 0
        • spwolfS
          spwolf conexware @Brian Gregory
          last edited by

          @Brian-Gregory it seems you have older version, it should be:

          PowerArchiver Command Line x64 (PACL64) Unicode Version 9.00b [Mar 27 2017]
          Copyright© 1998-2017 ConeXware, Inc. All Rights Reserved. Shareware Version
          Archive Compression Utility – PA,ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZ2,XZ,LZMA
          Internet: http://www.powerarchiver.com Email: support@conexware.com

          Brian GregoryB 1 Reply Last reply Reply Quote 0
          • Brian GregoryB
            Brian Gregory Alpha Testers @spwolf
            last edited by Brian Gregory

            @spwolf Must be your CDN again :-(
            I’m still downloading the same file now.
            Please double check at your end.

            spwolfS 1 Reply Last reply Reply Quote 0
            • spwolfS
              spwolf conexware @Brian Gregory
              last edited by

              @Brian-Gregory said in PACL 9.0 Beta 2:

              @spwolf Must be your CDN again :-(
              I’m still downloading the same file now.
              Please double check at your end.

              ah, ivan left old pacomp.exe… use pacomp64.exe :)

              Brian GregoryB 1 Reply Last reply Reply Quote 0
              • Brian GregoryB
                Brian Gregory Alpha Testers @spwolf
                last edited by

                @spwolf Okay I deleted the old PACOMP.EXE and I put hard link called PACOMP.EXE to PACOMP64.EXE and similar for PAEXT (so my old batch files work).

                I still don’t get each file added on it’s own line like in v8.

                spwolfS 1 Reply Last reply Reply Quote 0
                • spwolfS
                  spwolf conexware @Brian Gregory
                  last edited by

                  @Brian-Gregory can you please remind me what OS again? I cant reproduce it here, looks fine… thank you!

                  Brian GregoryB 1 Reply Last reply Reply Quote 0
                  • Brian GregoryB
                    Brian Gregory Alpha Testers @spwolf
                    last edited by

                    @spwolf 64 bit Windows 7.

                    1 Reply Last reply Reply Quote 1
                    • BigMikeB
                      BigMike
                      last edited by BigMike

                      Your provided paconv.bat still throws errors and doesn’t work as you intend, since “deltree” is unknown on any modern Windows operating system. Also, there’s no “paext” command anymore. There are some other problems, too.
                      Please consider adding my changes from this post for PACL 8

                      1 Reply Last reply Reply Quote 3
                      • BigMikeB
                        BigMike
                        last edited by BigMike

                        There are various other problems executing the programs:
                        paclreg.exe reports it’s version 8.0
                        pacomp.exe is x64 and can’t be executed on a x86 OS
                        pacrypt.exe reports it’s version 8.0
                        paencode.exe reports it’s version 8.0
                        pafix.exe reports it’s version 8.0
                        paspan.exe reports it’s version 8.0

                        paclreg.exe registers only the “old” files, so the …32.exe and …64.exe show the shareware notice.
                        I’ve downloaded this file:
                        http://dl.powerarchiver.com/2017/PACL900-170429.EXE

                        D 1 Reply Last reply Reply Quote 4
                        • D
                          Darth Gizka @BigMike
                          last edited by

                          @bigmike There have not been any updates so far, which suggests that the powers that be chose to ignore the problem instead of spending the 30 programmer seconds needed for fixing it.

                          However, if you compare one of the registered EXE files with an unregistered copy then you’ll see that the process of ‘registration’ for an EXE file is quite a simple one. Applying a similar change to paext32.exe or paext64.exe (using a hex editor or copy /b at the command prompt) yields the desired effect.

                          An alternative approach would be temporarily renaming ‘forgotten’ EXE files like paext32.exe to one of the names hard-coded into paclreg.exe (paext.exe, pacomp.exe, pafix.exe, paspan.exe, paencode.exe, pacrypt.exe) and renaming them back after the registration.

                          For batch files there is yet another option, one which doesn’t require changing any executables at all. Simply pipe a newline into the command in order to acknowledge the ‘unregistered version’ prompt. E.g. instead of

                          paext32 bla bla

                          use

                          echo.|paext32 bla bla

                          spwolfS 1 Reply Last reply Reply Quote 1
                          • spwolfS
                            spwolf conexware @Darth Gizka
                            last edited by

                            @darth-gizka There is now a new update:
                            https://www.powerarchiver.com/2018/01/18/powerarchiver-command-line-pacl-9-0-beta-3-is-out/

                            Check it out. Thanks!

                            Brian GregoryB 1 Reply Last reply Reply Quote 0
                            • Brian GregoryB
                              Brian Gregory Alpha Testers @spwolf
                              last edited by

                              @spwolf said in PACL 9.0 Beta 2:

                              @darth-gizka There is now a new update:
                              https://www.powerarchiver.com/2018/01/18/powerarchiver-command-line-pacl-9-0-beta-3-is-out/

                              Check it out. Thanks!

                              Why has -p “store relative path” been removed?

                              spwolfS 3 Replies Last reply Reply Quote 0
                              • spwolfS
                                spwolf conexware @Brian Gregory
                                last edited by

                                @brian-gregory said in PACL 9.0 Beta 2:

                                @spwolf said in PACL 9.0 Beta 2:

                                @darth-gizka There is now a new update:
                                https://www.powerarchiver.com/2018/01/18/powerarchiver-command-line-pacl-9-0-beta-3-is-out/

                                Check it out. Thanks!

                                Why has -p “store relative path” been removed?

                                it is default option now, but it should not have been removed since that will mess up existing scripts. thanks.

                                1 Reply Last reply Reply Quote 0
                                • spwolfS
                                  spwolf conexware @Brian Gregory
                                  last edited by

                                  @brian-gregory said in PACL 9.0 Beta 2:

                                  @spwolf said in PACL 9.0 Beta 2:

                                  @darth-gizka There is now a new update:
                                  https://www.powerarchiver.com/2018/01/18/powerarchiver-command-line-pacl-9-0-beta-3-is-out/

                                  Check it out. Thanks!

                                  Why has -p “store relative path” been removed?

                                  idea was to automatically use -p when -r is used to have one less switch for newbies. So this will be corrected in next update.

                                  1 Reply Last reply Reply Quote 0
                                  • BigMikeB
                                    BigMike
                                    last edited by

                                    Signed all executables – All executables and dlls are signed with our standard authenticode to make them work better with various AV software where PowerArchiver is already whitelisted.

                                    Sorry, but as you modify the executables in the registration process, you invalidate the signature. Ok, it seems, at least, that the signature is removed completely, but it’s probably not helpful for the file rating to have signed and unsigned executables for the same version?

                                    paconv.bat still doesn’t work at all, as deltree, pacomp and paext (two of them of the very same product) are unknown.

                                    PACRYPT.exe
                                    PAENCODE.exe
                                    PAFIX.exe
                                    PASPAN.exe

                                    still report to be version 8.00

                                    spwolfS 1 Reply Last reply Reply Quote 0
                                    • spwolfS
                                      spwolf conexware @BigMike
                                      last edited by

                                      @bigmike it will help a little bit during installation and initial copying, but thats the only proper way to have it done. PACL does not have issue with false positives though and having patched files companies can simply copy over is much easier than having to register it somehow else.

                                      1 Reply Last reply Reply Quote 0
                                      • spwolfS
                                        spwolf conexware @Brian Gregory
                                        last edited by

                                        @brian-gregory said in PACL 9.0 Beta 2:

                                        @spwolf said in PACL 9.0 Beta 2:

                                        @darth-gizka There is now a new update:
                                        https://www.powerarchiver.com/2018/01/18/powerarchiver-command-line-pacl-9-0-beta-3-is-out/

                                        Check it out. Thanks!

                                        Why has -p “store relative path” been removed?

                                        Updated 9.00 Beta 3:
                                        https://powerarchiver.cachefly.net/2018/pacl900-180119.exe

                                        It returns -p -r to previous behaviour and also drastically improves performance when scanning folders with large number of files (100k, etc). There was an issue there where it was calculating relative path when it did not need to so it took long time… basically now it takes 5-6s and before it would be 200s.

                                        1 Reply Last reply Reply Quote 0
                                        • Brian GregoryB
                                          Brian Gregory Alpha Testers
                                          last edited by

                                          I’d like the option to return to the old output:

                                          PowerArchiver Command Line (PACL) Unicode      Version 8.00       [Dec 21 2015]
                                          Copyright(c) 1998-2015 ConeXware, Inc.  All Rights Reserved. Registered Version
                                          This product is licensed to: Brian Gregory
                                          Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
                                            Internet: http://www.powerarchiver.com  Email: support@conexware.com
                                          
                                          Archive: J:\Synced Documents\BC\BC.7z
                                            preparing to compress...
                                            adding: BC201508.pdf   --> Done. [0%]
                                            adding: BC201509.pdf   --> Done. [0%]
                                            adding: BC201510.pdf   --> Done. [7%]
                                            adding: BC201511.pdf   --> Done. [15%]
                                            adding: BC201512.pdf   --> Done. [22%]
                                            adding: BC201601.pdf   --> Done. [25%]
                                            adding: BC201602.pdf   --> Done. [27%]
                                            adding: BC201603.pdf   --> Done. [31%]
                                            adding: BC201604.pdf   --> Done. [33%]
                                            adding: BC201605.pdf   --> Done. [36%]
                                            adding: BC201606.pdf   --> Done. [38%]
                                            adding: BC201607.pdf   --> Done. [41%]
                                            adding: BC201608.pdf   --> Done. [45%]
                                            adding: BC201609.pdf   --> Done. [47%]
                                            adding: BC201609Y.pdf   --> Done. [50%]
                                            adding: BC201609Z.pdf   --> Done. [51%]
                                            adding: BC201610.pdf   --> Done. [53%]
                                            adding: BC201611.pdf   --> Done. [57%]
                                            adding: BC201612.pdf   --> Done. [60%]
                                            adding: BC201701.pdf   --> Done. [62%]
                                            adding: BC201702.pdf   --> Done. [65%]
                                            adding: BC201703.pdf   --> Done. [67%]
                                            adding: BC201704.pdf   --> Done. [70%]
                                            adding: BC201705.pdf   --> Done. [72%]
                                            adding: BC201706.pdf   --> Done. [76%]
                                            adding: BC201707.pdf   --> Done. [78%]
                                            adding: BC201708.pdf   --> Done. [81%]
                                            adding: BC201709.pdf   --> Done. [83%]
                                            adding: BC201709Y.pdf   --> Done. [86%]
                                            adding: BC201709Z.pdf   --> Done. [88%]
                                            adding: BC201710.PDF   --> Done. [91%]
                                            adding: BC201711.pdf   --> Done. [93%]
                                            adding: BC201712.pdf   --> Done. [96%]
                                            adding: BC201801.pdf   --> Done. [98%]
                                          
                                          All OK
                                          

                                          rather than the new

                                          PowerArchiver Command Line x64 (PACL64) Unicode Version 9.00b      [Jan 19 2018]
                                          Copyright(c) 1998-2018 ConeXware, Inc.  All Rights Reserved. Registered Version
                                          This product is licensed to: Brian Gregory
                                          Archive Compression Utility -- PA,ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
                                            Internet: http://www.powerarchiver.com  Email: support@conexware.com
                                          
                                          Archive: J:\Synced Documents\BC\BC.7z
                                            preparing to compress...
                                            compressing...
                                            total progress: 11%
                                            total progress: 22%
                                            total progress: 33%
                                            total progress: 45%
                                            total progress: 56%
                                            total progress: 67%
                                            total progress: 78%
                                            total progress: 90%
                                          
                                          All OK
                                          

                                          where you aren’t told which files were added

                                          spwolfS 1 Reply Last reply Reply Quote 1
                                          • spwolfS
                                            spwolf conexware @Brian Gregory
                                            last edited by

                                            @brian-gregory problem for 7z and PA formats is when multi-threading is enabled, current file progress could cause issues due to it reporting from multiple different threads to the main thread. So

                                            Previously we simply did not have MT support for 7z due to this issue.

                                            1 Reply Last reply Reply Quote 0
                                            • BigMikeB
                                              BigMike
                                              last edited by

                                              Just to let people know, since it seems to be not announced in the forums:
                                              The latest version to download is PACL 9 Beta 5 available on the download page.

                                              spwolfS 1 Reply Last reply Reply Quote 1
                                              • spwolfS
                                                spwolf conexware @BigMike
                                                last edited by

                                                @BigMike said in PACL 9.0 Beta 2:

                                                Just to let people know, since it seems to be not announced in the forums:
                                                The latest version to download is PACL 9 Beta 5 available on the download page.

                                                Next one might be osx version…

                                                But we keep PACL updated as soon as engines get updated in PA itself.

                                                1 Reply Last reply Reply Quote 0
                                                • spwolfS
                                                  spwolf conexware
                                                  last edited by

                                                  66da8a11-c108-45e6-8099-82871bce1a63-image.png

                                                  what :)

                                                  1 Reply Last reply Reply Quote 0
                                                  • BigMikeB
                                                    BigMike
                                                    last edited by

                                                    Congratulations, I’m looking forward to a new version to test and to work with. But since I’m on Windows, I’ll just need the Windows version…

                                                    1 Reply Last reply Reply Quote 0
                                                    • First post
                                                      Last post