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.
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.
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
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!
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=
I spent many hours trying to figure out how to use PACOMP to add about 50 Gb to a spanned 7z archive with AES256 encryption, and have yet to be successful.
I’ve tried every combination of switches I can think of, with no success. Can someone offer a combination of switches that is known to work for this kind of task?
All I have been able to make is a set of spanned files that PA cannot open.
Hi
I am trying to understand what is default encryption method for PACOMP -fips command?
And what is the difference if you specify encryption method using e[0,1,2] command?
Using only FIPS:
pacomp -a -ssecret -fips -p stuff.bh “c:\my stuff*.*”
FIPS combined with e2
pacomp -a -ssecret -fips -e2 -p stuff.bh “c:\my stuff*.*”
Hi All
I have archive that holds password protected, encrypted data which is created using something like this:
C:\Temp\ZipTest>pacomp -a -spassword -fips -e2 archive.zip "C:\Temp\ZipTest" -x"C:\Temp\ZipTest\ReadMe.txt"
Then I add regular file into that archive which is not encrypted and not password protected. “ReamMe.txt” sort of file. Using command below.
C:\Temp\ZipTest>pacomp -a archive.zip "C:\Temp\ZipTest\ReadMe.txt"
Now when I extract this archive using:
paext -spassword -p"C:\ZipTest\Temp" archive.zip
Everything extracts correctly except for ReadMe.txt file. File is present but content is empty.
I get following
error: extracting: ReadMe.txt --> CRC ERROR! [100%]
How can I extract archive without corruption ReadMe.txt file?
Does PA (preferably the CL version) have the facility to archive files based on an age?
(I want to be able to move a quantity of files out of a folder and into an archive if (and only if) they’re over 35 days old.
I have an ancient copy of ARJ that can do this (via the -odb switch) but I’d like to use PA, and can’t work out if it’s possible.
Hi in pacomp.vbs by Micke how to preserve the folders structure of the files to compress.:confused: because just compress the files not the folder structure of each file.
thanks
'*******************************************************************
'* PACOMP.vbs
'* @author: Micke
'* @hist 2010-02-26 CREATED:Script for compress multiple file types
'* @hist 2010-03-01 BUGFIX: Space in path or filename resulted in
'* no archive was created.
'*
'* Script for compress multiple file types
'*
'* Usage: cscript PACOMP.vbs ArchiveName.extension DrivePath
'* Example1: cscript PACOMP.vbs C:\Temp\MyArchive.zip D:
'* Example2: cscript PACOMP.vbs C:\Temp\MyArchive.zip D:\Temp
'*
'*******************************************************************
Option Explicit
'Variables
Dim FSO, objDir, aList, FileExtension, ArchiveName, DrivePath
Dim aFile, aItem, strCompressionString, WshShell
'Constants (Change path to your own enviroment)
Const PACOMP = "C:\Programs\PACL\PACOMP.exe"
'Check number of arguments
If WScript.Arguments.Count <> 2 Then
WScript.Echo "Usage: cscript PACOMP.vbs ArchiveName.extension DrivePath"
WScript.Echo "Example 1: cscript PACOMP.vbs C:\Temp\MyArchive.zip D:"
WScript.Echo "Example 2: cscript PACOMP.vbs C:\Temp\MyArchive.zip D:\Temp"
WScript.Quit
End If
'Create the FileSystemObject
Set FSO = CreateObject("Scripting.FileSystemObject")
'Create the ShellObject
Set WshShell = CreateObject("WScript.Shell")
'Get data from the Arguments
ArchiveName = WScript.Arguments.Item(0)
DrivePath = WScript.Arguments.Item(1)
'Get the Folders for the DrivePath
Set objDir = FSO.GetFolder(DrivePath)
'Create a Array with Fileextensions for the archive, change to your enviroment
aList = Array("png", "jpg", "avi")
'Search through the folders
SearchFolders(objDir)
'Sub for Searching recursive in Folders
Sub SearchFolders(pstrCurrentPath)
For Each aFile In pstrCurrentPath.Files
For Each FileExtension In aList
If FileExtension = LCase(Right(CStr(aFile.Name), 3)) Then
AddFileToArchive aFile.Path
End If
Next
Next
For Each aItem In pstrCurrentPath.SubFolders
SearchFolders(aItem)
Next
End Sub
Sub AddFileToArchive(pstrFileName)
'Create the string with parameters for PACOMP
strCompressionString = PACOMP & " -a -P " & Chr(34) & ArchiveName & Chr(34) & " " & Chr(34) & pstrFileName & Chr(34)
WScript.Echo strCompressionString
WshShell.Run strCompressionString, 0, True
End Sub
Problem with PACL 4.01 running under 64Bit
-
Hello everybody,
I have a problem with PACL v4.01.
Sometimes when I decrypt .tar.gz files, PACL just hang on. There is only one .txt file included in the archive what I want to decrypt.
I’m using Windows XP 64 Bit may this can be the issue of the problem.Thanks for every kind of help
luedt
-
maybe worthwhile you trying the latest release ?
http://dl.powerarchiver.com/pacl601.exe
