• 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

    ACE archives are not getting extracted on windows 2008 server with PAEXT

    Tech Support
    4
    16
    17250
    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.
    • D
      debjaneez
      last edited by

      While upgrading our application on windows 2008 server R2 64 bit, we noticed that ‘ACE’ archives are not getting extracted on. Both PAEXT V6 and V4 are failed to extract ACE file on w2k8, but it doesn’t throw any error. Those files are getting extracted on w2k3 and windows XP machines (32 bit).

      Also, listing option (-v) gives proper result, but extraction fails.

      Anyone having any idea on this?

      Regards,
      Debjani

      1 Reply Last reply Reply Quote 0
      • MickeM
        Micke Alpha Testers
        last edited by

        Hi!
        I don’t have Windows 2008 server R2 64 bit and can’t test this problem to see if the same thing happens to me.

        I assume from what you have written that this happens to every ACE archive you have tested so far.

        One interesting thing to test would be extraction of ACE archive on Windows 7 64-bit to see if the problem is related to 64-bit OS or something else. The reason for testing this is that the successful extraction of the archives was made on 32-bit Win 2k3 and XP.

        Kind Regards
        Micke

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

          @debjaneez:

          While upgrading our application on windows 2008 server R2 64 bit, we noticed that ‘ACE’ archives are not getting extracted on. Both PAEXT V6 and V4 are failed to extract ACE file on w2k8, but it doesn’t throw any error. Those files are getting extracted on w2k3 and windows XP machines (32 bit).

          Also, listing option (-v) gives proper result, but extraction fails.

          Anyone having any idea on this?

          Regards,
          Debjani

          did you try with PA 2010 and how did that work?

          MickeM 1 Reply Last reply Reply Quote 0
          • MickeM
            Micke Alpha Testers @spwolf
            last edited by

            Hi!
            I have made some tests about this reported error. Here’s the result from the test.

            Using Windows 7 Enterprise Ed. 64-bit and trying to extract a ACE archive using PAEXT

            C:\Programs\Ace_Test>paext -v Images.ace
            PowerArchiver Command Line (PACL)              Version 6.01       [Feb 07 2010]
            Copyright(c) 1999-2010 ConeXware, Inc.  All Rights Reserved. Registered Version
            This product is licensed to:
            Archive Extr.---ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,...
              Internet: http://www.powerarchiver.com  Email: support@conexware.com
            
            Archive --> C:\Programs\Ace_Test\Images.ace [ACE]
            
            Name            Length   Method   Ratio      Size      Date & Time      CRC-32
            ------------  --------  --------  -----  --------  ------------------- --------
            06.jpg
                             66638      Good   18%      54380  09-14-2009 23:24:42 b9396d1a
            07.jpg
                             70706      Good   19%      57212  09-14-2009 23:24:42 1e2d0e1b
            08.jpg
                             60810      Good   24%      46368  09-14-2009 23:24:42 2db27bc4
            09.jpg
                             73547      Good   19%      59672  09-14-2009 23:24:42 9af8096a
            10.jpg
                             81000      Good   16%      67652  09-14-2009 23:24:42 0ce661a0
            11.jpg
                             65936      Good    8%      60336  09-14-2009 23:24:44 5a4fee1c
            12.jpg
                             83849      Good   15%      70932  09-14-2009 23:24:44 262751c0
            13.jpg
                             45007      Good   34%      29772  09-14-2009 23:24:44 ce1ddcdc
            ------------  --------  --------  -----  --------  ------------------- --------
            *Totals    8    547493             18%     446705  10-28-2010 19:50:42
            
            C:\Programs\Ace_Test>paext -e Images.ace
            PowerArchiver Command Line (PACL)              Version 6.01       [Feb 07 2010]
            Copyright(c) 1999-2010 ConeXware, Inc.  All Rights Reserved. Registered Version
            This product is licensed to:
            Archive Extr.---ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,...
              Internet: http://www.powerarchiver.com  Email: support@conexware.com
            
            Archive --> C:\Programs\Ace_Test\Images.ace [ACE]
            
            C:\Programs\Ace_Test>dir
             Volume in drive C is System
             Volume Serial Number is 3466-FC25
            
             Directory of C:\Programs\Ace_Test
            
            2010-10-28  19:54    
            
            <dir>          .
            2010-10-28  19:54    
            
            <dir>          ..
            2010-10-28  19:50           
            C:\Programs\Ace_Test>
            As you can see, no files from the archive was extracted. Also note that there's no error message at all.
            
            Now try do the same thing in Windows XP 32-bit
            

            C:\Programs\Ace_Test>paext -v Images.ace
            PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010]
            Copyright© 1999-2010 ConeXware, Inc. All Rights Reserved. Shareware Version
            Archive Extr.—ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,…
            Internet: http://www.powerarchiver.com Email: support@conexware.com

            Archive --> C:\Programs\Ace_Test\Images.ace [ACE]

            Name Length Method Ratio Size Date & Time CRC-32


            06.jpg
            66638 Good 18% 54380 09-14-2009 23:24:42 b9396d1a
            07.jpg
            70706 Good 19% 57212 09-14-2009 23:24:42 1e2d0e1b
            08.jpg
            60810 Good 24% 46368 09-14-2009 23:24:42 2db27bc4
            09.jpg
            73547 Good 19% 59672 09-14-2009 23:24:42 9af8096a
            10.jpg
            81000 Good 16% 67652 09-14-2009 23:24:42 0ce661a0
            11.jpg
            65936 Good 8% 60336 09-14-2009 23:24:44 5a4fee1c
            12.jpg
            83849 Good 15% 70932 09-14-2009 23:24:44 262751c0
            13.jpg
            45007 Good 34% 29772 09-14-2009 23:24:44 ce1ddcdc


            *Totals 8 547493 18% 446705 10-28-2010 19:50:42

            C:\Programs\Ace_Test>paext -e Images.ace
            PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010]
            Copyright© 1999-2010 ConeXware, Inc. All Rights Reserved. Shareware Version
            Archive Extr.—ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,…
            Internet: http://www.powerarchiver.com Email: support@conexware.com

            Archive --> C:\Programs\Ace_Test\Images.ace [ACE]

            extracting: 06.jpg --> Done. [12%]
            extracting: 07.jpg --> Done. [25%]
            extracting: 08.jpg --> Done. [36%]
            extracting: 09.jpg --> Done. [49%]
            extracting: 10.jpg --> Done. [64%]
            extracting: 11.jpg --> Done. [76%]
            extracting: 12.jpg --> Done. [91%]
            extracting: 13.jpg --> Done. [100%]

            C:\Programs\Ace_Test>

            
            I have also extracted the files from the same ACE Archive using PA v 11.64.01 in Windows 7 Enterprise Ed. 64-bit with successful result as the files was extracted correctly from the archive.
            
            **Conclusion:** The problem is PAEXT unable to extract ACE archive using 64-bit Windows.
            
            Kind Regards
            Micke</dir>
            
            </dir>
            
            
            1 Reply Last reply Reply Quote 0
            • M
              Mili conexware
              last edited by

              thanks Micke, logged in!

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

                Here is updated version of PACL: http://www.powerarchiver.com/test/alpha120/pacl700b1.exe

                Thanks!

                MickeM 1 Reply Last reply Reply Quote 0
                • MickeM
                  Micke Alpha Testers @spwolf
                  last edited by

                  Hi!
                  I have now tried to extract a ACE archive using PAEXT in Windows 7 Enterprise Ed.64-bit. The test was made with the new PACL 7.00 beta 1.

                  The results are the same as with PACL 6.01. No files in the ACE archive are getting extracted. It looks like there’s still problem using PAEXT in 64-bit Windows.

                  Kind Regards
                  Micke

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

                    thanks a lot!

                    1 Reply Last reply Reply Quote 0
                    • M
                      Mili conexware
                      last edited by

                      Micke,
                      How was the ACE arhive created?
                      Would you be able to send a sample that does not work for you so can check it out?
                      ivan at conexware dot com

                      thanks!

                      MickeM 1 Reply Last reply Reply Quote 0
                      • MickeM
                        Micke Alpha Testers @Mili
                        last edited by

                        @Mili:

                        Micke,
                        How was the ACE arhive created?

                        I created the ACE archive using WinAce 2.69

                        @Mili:

                        Would you be able to send a sample that does not work for you so can check it out?
                        ivan at conexware dot com

                        thanks!

                        Sure, no problem. I’m at work now, but I’ll fix this when I get home tonight.

                        Kind Regards
                        Micke

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          Mili conexware @Micke
                          last edited by

                          Thanks Micke!
                          Ivan could not reproduce it so that that will help reproduce it and get it fixed. :)

                          MickeM 1 Reply Last reply Reply Quote 0
                          • MickeM
                            Micke Alpha Testers @Mili
                            last edited by

                            I have now send a testsample to Ivan.

                            Kind Regards
                            Micke

                            1 Reply Last reply Reply Quote 0
                            • M
                              Mili conexware
                              last edited by

                              Many thanks Micke, checking it out!

                              1 Reply Last reply Reply Quote 0
                              • MickeM
                                Micke Alpha Testers
                                last edited by

                                Repeated the test using PACL 7.00 RC1 and trying to extract ACE archive in Win 7 Ent. Ed. 64-bit

                                C:\Programs\PA_ACE>paext -e Test_x64.ace
                                PowerArchiver Command Line (PACL)              Version 7.00       [Mar 22 2012]
                                Copyright(c) 1998-2012 ConeXware, Inc.  All Rights Reserved.  Shareware Version
                                
                                Remainder: This is unregistered version of PACL. Please register at http://www.powerarchiver.com
                                Press <enter>to continue.
                                
                                Archive Extr.---ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,...
                                  Internet: http://www.powerarchiver.com  Email: support@conexware.com
                                
                                Archive --> C:\Programs\PA_ACE\Test_x64.ace [ACE]
                                
                                C:\Programs\PA_ACE></enter> 
                                

                                Results are the same as before, no files extracted. I didn’t expect it to work because of Milis comments about Ivan was not able to reproduce it, but it’s always good to confirm that the same test was made with the latest version.

                                Kind Regards
                                Micke

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

                                  we have one computer that we can reproduce it on and 3 where we cant… interesting issue.

                                  MickeM 1 Reply Last reply Reply Quote 0
                                  • MickeM
                                    Micke Alpha Testers @spwolf
                                    last edited by

                                    @spwolf:

                                    we have one computer that we can reproduce it on and 3 where we cant… interesting issue.

                                    Can you see any logic in this? So far the reported problem happens on Win 7 Ent. Ed. 64-bit and Win 2008 Server 64-bit.

                                    Have you the same version of OS installed on the 4 machines you have tested it in?

                                    If the OS is the same in all 4 machines, then it would be hard to explain why you can only reproduce it on 1 of the 4 machines, but working properly on the other 3. Like you said, it’s an interesting issue.

                                    Kind Regards
                                    Micke

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