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

    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 Apr 25, 2022, 3:49 PM
    When extracting 7z files extract only newer files
    B

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

    Tech Support Jan 25, 2022, 3:52 PM
    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 Jan 20, 2021, 6:41 AM
    PACL 9.0 Beta 2
    S

    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 Oct 24, 2019, 4:15 PM
    The PACL does not extract files from the self-extracting archive
    M

    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 Oct 15, 2019, 11:30 AM
    PACompXX problem with file name syntax
    B

    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 May 2, 2018, 11:09 PM
    czip support
    D

    would be nice to have czip support

    Tech Support Mar 28, 2018, 11:36 AM
    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 Mar 13, 2018, 7:17 AM
    pacomp-exe-has-stopped-working)
    P

    I am Having Appcrash mid problem in my Pc.

    Tech Support Dec 6, 2016, 12:16 PM
    PAConv.bat
    B

    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 Sep 26, 2016, 6:10 PM

    6.02?

    Tech Support
    4
    17
    19.5k
    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.
    • B
      Badders
      last edited by Jun 18, 2010, 10:51 AM

      Any news on when 6.02 is going to be released?

      1 Reply Last reply Reply Quote 0
      • spwolfS
        spwolf conexware
        last edited by Jun 18, 2010, 5:25 PM

        Not yet ;-).

        We have to finish one project, and then there will be PA, PACL and PAOP update, we just dont know in which order exactly. They are tied together, as we will have to update engines in PA to fix some reported issues…

        1 Reply Last reply Reply Quote 0
        • B
          Badders
          last edited by Jun 21, 2010, 10:51 AM

          OK - thanks for the update.

          1 Reply Last reply Reply Quote 0
          • MickeM
            Micke Alpha Testers
            last edited by Jun 27, 2010, 7:43 PM

            When you will start the work for PACL 6.02 I assume you have a list of things that are waiting to be implemented together with a priority list. I would be nice if you asked us who use PACL witch new features and corrections we would like to be prioritized in the next version from the list you have.

            Kind Regards
            Micke

            1 Reply Last reply Reply Quote 0
            • spwolfS
              spwolf conexware
              last edited by Jun 28, 2010, 9:34 AM

              we try to fix all the issues reported, so there isnt an priority list like that. for wishes, of course, wishlist forums ;-).

              it is much easier for pacl though, as it has cl interface

              1 Reply Last reply Reply Quote 0
              • B
                Badders
                last edited by Jul 20, 2010, 11:06 AM

                Could you tell us the list of reported issues which are going to be fixed? It will ensure that we’re all happy bunnies when 6.02 is released. Cheers.

                1 Reply Last reply Reply Quote 0
                • spwolfS
                  spwolf conexware
                  last edited by Jul 20, 2010, 1:27 PM

                  you guys will get beta to test with fixes…

                  1 Reply Last reply Reply Quote 0
                  • B
                    Badders
                    last edited by Jul 20, 2010, 4:29 PM

                    That’s good enough for me. I’ll have lots of scripts to test it against ;)

                    1 Reply Last reply Reply Quote 0
                    • spwolfS
                      spwolf conexware
                      last edited by Jul 20, 2010, 4:30 PM

                      nice!!!

                      B 1 Reply Last reply Jul 21, 2010, 7:21 AM Reply Quote 0
                      • B
                        biggig @spwolf
                        last edited by Jul 21, 2010, 7:21 AM

                        hey thanks for the update

                        1 Reply Last reply Reply Quote 0
                        • B
                          Badders
                          last edited by Sep 17, 2010, 10:44 AM

                          bump ;)

                          1 Reply Last reply Reply Quote 0
                          • spwolfS
                            spwolf conexware
                            last edited by Sep 18, 2010, 5:00 AM

                            we were just discussing it this week… it is first thing after next alpha :)

                            B 1 Reply Last reply Sep 20, 2010, 3:25 PM Reply Quote 0
                            • B
                              Badders @spwolf
                              last edited by Sep 20, 2010, 3:25 PM

                              Excellent - much appreciated.

                              1 Reply Last reply Reply Quote 0
                              • spwolfS
                                spwolf conexware
                                last edited by Oct 8, 2010, 11:42 AM

                                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 Oct 11, 2010, 7:56 PM Reply Quote 0
                                • B
                                  Badders
                                  last edited by Oct 8, 2010, 12:06 PM

                                  Hey - 6.02RC! I’ll give it a bash this weekend and report back next week. Thanks :)

                                  1 Reply Last reply Reply Quote 0
                                  • MickeM
                                    Micke Alpha Testers @spwolf
                                    last edited by Oct 11, 2010, 7:56 PM

                                    Hi!

                                    @spwolf:

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

                                    Thanks, I’ll test the things I reported and get back to you. I’ll probably do the test this upcoming weekend.

                                    Kind Regards
                                    Micke

                                    1 Reply Last reply Reply Quote 0
                                    • spwolfS
                                      spwolf conexware
                                      last edited by Oct 13, 2010, 5:16 PM

                                      dont be shy of creating threads in wishlist forums :)… just one wish per thread and you are all set :)

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