• 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

    PACOMP -u -r -p -o -xBackup.zip Backup.zip

    Tech Support
    4
    10
    16262
    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.
    • Brian GregoryB
      Brian Gregory Alpha Testers
      last edited by

      I am trying to backup a folder with the following command in a batch file:

      PACOMP -u -r -p -o -xBackup.zip Backup.zip *

      but PACOMP stores the filenames with not just the relative paths from the current directory but the relative paths from the directory above ( … ) which I don’t want.

      Is this a bug or am I missing something.

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

        Hello, IS THERE ANYBODY THERE???

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

          can you output filelist to the file and show it here so we can see what you exactly mean?

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

            Hi Brian!
            I have tried recreate your problem, but for me it’s working as expected or maybe I’m not doing exactly the same as you are. Anyway, this is what I have tried.

            I’m in the folder C:\Programs\Test which have 3 subfolders. My bat file look like this:

            PACOMP -u -r -p -o -xBackup.zip Backup.zip *
            
            

            Saved as Backup.bat in folder C:\Programs\Test

            I then run the bat file from a CMD window in the folder C:\Programs\Test

            C:\Programs\Test>Backup.bat
            
            C:\Programs\Test>PACOMP -u -r -p -o -xBackup.zip Backup.zip *
            PowerArchiver Command Line (PACL)              Version 6.01       [Feb 07 2010]
            Copyright(c) 1999-2010 ConeXware, Inc.  All Rights Reserved.  Shareware Version
            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:\Programs\Test\Backup.zip
              preparing to compress...
              adding: Test\   --> Done. [0%]
              adding: Test\Amiga\   --> Done. [0%]
              adding: Test\Amiga\Amiga XP x86.pdf   --> Done. [45%]
              adding: Test\Amiga\Deluxe Paint 4 Manual.pdf   --> Done. [48%]
              adding: Test\Amiga\REFSCAN1.PCX   --> Done. [52%]
              adding: Test\Amiga\REFSCAN2.PCX   --> Done. [54%]
              adding: Test\Amiga\REFSCAN3.PCX   --> Done. [56%]
              adding: Test\Amiga\REFSCAN4.PCX   --> Done. [58%]
              adding: Test\Amiga\REFSCAN5.PCX   --> Done. [60%]
              adding: Test\Amiga\REFSCAN6.PCX   --> Done. [62%]
              adding: Test\Amiga\TF\   --> Done. [62%]
              adding: Test\Amiga\TF\3Pluto.pcx   --> Done. [63%]
              adding: Test\Amiga\TF\4Goofy.pcx   --> Done. [65%]
              adding: Test\Amiga\TF\5Donald.pcx   --> Done. [66%]
              adding: Test\Amiga\TF\6Daisy.pcx   --> Done. [67%]
            .
            .
            .
            .
            All OK
            
            

            I then list the archive Backup.zip

            C:\Programs\Test>paext -v Backup.zip
            PowerArchiver Command Line (PACL)              Version 6.01       [Feb 07 2010]
            Copyright(c) 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\Test\Backup.zip [ZIP]
            
            Name            Length   Method   Ratio      Size      Date & Time      CRC-32
            ------------  --------  --------  -----  --------  ------------------- --------
            Test\
                                 0              0%          0  07-28-2010 21:34:10     ?
            Test\Amiga\
                                 0              0%          0  07-28-2010 21:32:18     ?
            Test\Amiga\Amiga XP x86.pdf
                           1077633    DFLT-N   53%     507025  02-24-2010 19:28:54 e3db0d24
            Test\Amiga\Deluxe Paint 4 Manual.pdf
                             73328    DFLT-N   20%      58629  12-15-2009 23:31:02 f5de8c90
            Test\Amiga\REFSCAN1.PCX
                             73648    DFLT-N   27%      54058  09-08-1997 23:52:06 655db0d9
            Test\Amiga\REFSCAN2.PCX
                             57080    DFLT-N   25%      43045  09-08-1997 23:55:36 e217ed52
            Test\Amiga\REFSCAN3.PCX
                             36833    DFLT-N   31%      25312  09-08-1997 23:56:34 fc88aa12
            Test\Amiga\REFSCAN4.PCX
                             57612    DFLT-N   24%      43813  09-08-1997 23:58:50 9ecb4964
            Test\Amiga\REFSCAN5.PCX
                             55959    DFLT-N   27%      41124  09-09-1997 00:00:04 fe181f10
            Test\Amiga\REFSCAN6.PCX
                             31751    DFLT-N   30%      22319  09-09-1997 00:02:38 1f5e0325
            Test\Amiga\TF\
                                 0              0%          0  07-28-2010 21:32:18     ?
            Test\Amiga\TF\3Pluto.pcx
                             27760    DFLT-N   23%      21362  09-14-2009 23:32:50 1cf594be
            Test\Amiga\TF\4Goofy.pcx
                             42917    DFLT-N   12%      37713  09-14-2009 23:32:52 d82756c4
            Test\Amiga\TF\5Donald.pcx
                             28119    DFLT-N   23%      21631  09-14-2009 23:32:52 86dd5049
            Test\Amiga\TF\6Daisy.pcx
                             28919    DFLT-N   22%      22672  09-14-2009 23:32:54 d5a3cac3
            
            

            The path looks ok for me, it’s from the current folder Test and then the subfolders. I don’t get any parent folders above the Test folder.

            Kind Regards
            Micke

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

              @Micke:

              Hi Brian!
              I have tried recreate your problem, but for me it’s working as expected or maybe I’m not doing exactly the same as you are. Anyway, this is what I have tried.
              …

              Thanks.

              But when you list the contents of the archive you created they are stored as, for example:

              Test\Amiga\Amiga XP x86.pdf
              

              Why would anyone want “Test” at the beginning?
              It wouldn’t be there is I’d used the GUI PowerArchiver and it’s does nothing except complicate the process of extracting the contents of the archive to any place I should want to extract it to.

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

                Hi!

                @Brian:

                Why would anyone want “Test” at the beginning?
                It wouldn’t be there is I’d used the GUI PowerArchiver and it’s does nothing except complicate the process of extracting the contents of the archive to any place I should want to extract it to.

                It looks like there is a bug in the parameter -p (store relative Pathnames), because it stores the current folder (in this case folder Test) in the path, but the correct one would be as the one in PA, who doesn’t store the current folder Test when using relative pathnames.

                When I list the contents of an archive created with PA the relative pathnames is correct.

                Name            Length   Method   Ratio      Size      Date & Time      CRC-32
                ------------  --------  --------  -----  --------  ------------------- --------
                Amiga\
                                     0              0%          0  07-28-2010 21:32:18     ?
                Amiga\Amiga XP x86.pdf
                               1077633    DFLT-X   53%     504830  02-24-2010 19:28:54 e3db0d24
                Amiga\Deluxe Paint 4 Manual.pdf
                                 73328    DFLT-X   20%      58549  12-15-2009 23:31:02 f5de8c90
                Amiga\REFSCAN1.PCX
                                 73648    DFLT-X   27%      53976  09-08-1997 23:52:06 655db0d9
                Amiga\REFSCAN2.PCX
                                 57080    DFLT-X   25%      42950  09-08-1997 23:55:36 e217ed52
                Amiga\REFSCAN3.PCX
                                 36833    DFLT-X   32%      25157  09-08-1997 23:56:34 fc88aa12
                Amiga\REFSCAN4.PCX
                                 57612    DFLT-X   24%      43717  09-08-1997 23:58:50 9ecb4964
                Amiga\REFSCAN5.PCX
                                 55959    DFLT-X   27%      40952  09-09-1997 00:00:04 fe181f10
                Amiga\REFSCAN6.PCX
                                 31751    DFLT-X   30%      22235  09-09-1997 00:02:38 1f5e0325
                Amiga\TF\
                                     0              0%          0  07-28-2010 21:32:18     ?
                Amiga\TF\3Pluto.pcx
                                 27760    DFLT-X   23%      21270  09-14-2009 23:32:50 1cf594be
                Amiga\TF\4Goofy.pcx
                                 42917    DFLT-X   12%      37584  09-14-2009 23:32:52 d82756c4
                Amiga\TF\5Donald.pcx
                                 28119    DFLT-X   24%      21499  09-14-2009 23:32:52 86dd5049
                Amiga\TF\6Daisy.pcx
                
                

                I didn’t notice this before, thanks for the info.

                Kind Regards
                Micke

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

                  logged in, thanks ppl!!

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

                    BTW, workaround here is to use full path to the folder for file selection and that seems to work fine…

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

                      PACL 6.02 RC:
                      http://www.powerarchiver.com/test/release10/pacl602.exe

                      Please check your reported issues and see if they are fixed or not… thanks!

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

                        Hi!
                        Another test of PACL 6.02 is now completed. Here’s the result of these test.

                        Contents of Backup.bat

                        PACOMP -u -r -p -o -xBackup.zip Backup.zip *
                        
                        ```I then run the Backup.bat
                        

                        C:\Programs\Test>Backup.bat

                        C:\Programs\Test>PACOMP -u -r -p -o -xBackup.zip Backup.zip *
                        PowerArchiver Command Line (PACL) Version 6.02 [Oct 10 2010]
                        Copyright© 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version
                        This product is licensed to:
                        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:\Programs\Test\Backup.zip
                        preparing to compress…
                        adding: Amiga\ --> Done. [0%]
                        adding: Amiga\Amiga XP x86.pdf --> Done. [67%]
                        adding: Amiga\Deluxe Paint 4 Manual.pdf --> Done. [72%]
                        adding: Amiga\REFSCAN1.PCX --> Done. [76%]
                        adding: Amiga\REFSCAN2.PCX --> Done. [80%]
                        adding: Amiga\REFSCAN3.PCX --> Done. [82%]
                        adding: Amiga\REFSCAN4.PCX --> Done. [86%]
                        adding: Amiga\REFSCAN5.PCX --> Done. [89%]
                        adding: Amiga\REFSCAN6.PCX --> Done. [91%]
                        adding: Amiga\TF\ --> Done. [91%]
                        adding: Amiga\TF\3Pluto.pcx --> Done. [93%]
                        adding: Amiga\TF\4Goofy.pcx --> Done. [96%]
                        adding: Amiga\TF\5Donald.pcx --> Done. [98%]
                        adding: Amiga\TF\6Daisy.pcx --> Done. [99%]
                        adding: Backup.bat --> Done. [100%]

                        All OK

                        C:\Programs\Test>

                        C:\Programs\Test>paext -v Backup.zip
                        PowerArchiver Command Line (PACL) Version 6.02 [Oct 10 2010]
                        Copyright© 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\Test\Backup.zip [ZIP]

                        Name Length Method Ratio Size Date & Time CRC-32


                        Amiga
                        0 0% 0 10-19-2010 20:35:56 ?
                        Amiga\Amiga XP x86.pdf
                        1077633 DFLT-N 53% 507025 02-24-2010 19:28:54 e3db0d24
                        Amiga\Deluxe Paint 4 Manual.pdf
                        73328 DFLT-N 20% 58629 12-15-2009 23:31:02 f5de8c90
                        Amiga\REFSCAN1.PCX
                        73648 DFLT-N 27% 54058 09-08-1997 23:52:06 655db0d9
                        Amiga\REFSCAN2.PCX
                        57080 DFLT-N 25% 43045 09-08-1997 23:55:36 e217ed52
                        Amiga\REFSCAN3.PCX
                        36833 DFLT-N 31% 25312 09-08-1997 23:56:34 fc88aa12
                        Amiga\REFSCAN4.PCX
                        57612 DFLT-N 24% 43813 09-08-1997 23:58:50 9ecb4964
                        Amiga\REFSCAN5.PCX
                        55959 DFLT-N 27% 41124 09-09-1997 00:00:04 fe181f10
                        Amiga\REFSCAN6.PCX
                        31751 DFLT-N 30% 22319 09-09-1997 00:02:38 1f5e0325
                        Amiga\TF
                        0 0% 0 10-19-2010 20:35:56 ?
                        Amiga\TF\3Pluto.pcx
                        27760 DFLT-N 23% 21362 09-14-2009 23:32:50 1cf594be
                        Amiga\TF\4Goofy.pcx
                        42917 DFLT-N 12% 37713 09-14-2009 23:32:52 d82756c4
                        Amiga\TF\5Donald.pcx
                        28119 DFLT-N 23% 21631 09-14-2009 23:32:52 86dd5049
                        Amiga\TF\6Daisy.pcx
                        28919 DFLT-N 22% 22672 09-14-2009 23:32:54 d5a3cac3
                        Backup.bat
                        44 DFLT-N 16% 37 10-19-2010 20:37:14 3212ec11


                        *Totals 15 1591603 43% 900428 10-19-2010 20:37:12

                        C:\Programs\Test>

                        
                        Test result: **OK**
                        
                        Kind Regards
                        Micke
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post