For example:
Download this ZIP file: http://dslstats.me.uk/files/dslstats32W-6.5.zip
Everything in the ZIP file is in a directory “dslstats32W-6.5”.
However when I extract using right click “Extract Here” the name of the directory created is “2W-6.5” !
I am running PA on Windows 11. I have seen the same happen with some other kinds of archive too.
Hello!
Is there currently no portable version of PA2023 available?
(When) do you plan to release one?
Thanks!
If I compress a folder to a .pa using right click, Compress to folder.pa and use the new Windows 11 menu then the Options, Configuration, Miscellaneous, Use normal relative path setting is always enabled.
But I like this option disabled so I have to use the old style menu in order to get PA to compress a folder in the way I wish.
Just tried using the Modern (Windows 10) Icon set and seeing a few missing icons in both PowerArchiver Burner and PowerArchiver Encryption screens . They are all there in the Minimalistik icon set and the only difference I can see is the former is blue and the latter grey. In version 22.00.9
powerarc_2023-09-18_17-00-19.png
powerarc_2023-09-18_17-01-05.png
PA 22.00.09
344c6c52-f03f-407b-ad76-8130b31936bb-image.png
PA 22.00.09 shows a nag screen, when I try to open some setting windows. I have already PA 2023 Toolbox and PA shows, that it’s licensed in the info dialog.
a860bd81-3e71-4ce0-9988-74cd4189d43e-image.png
0836bc83-8046-4a91-bc7b-68bd231100a3-image.png
PA 22.00.09
Some labels in the help toolbar are not translated:
b3c1f5c4-b73d-49d8-9ed0-56294840838c-image.png
I’m looking forward to deploying PowerArchiver 2023 to my users. Can you tell us when the MSI will be available for download and distribution?
Thanks.
Hi there,
there were some security issues fixed in 7zip:
https://www.zerodayinitiative.com/advisories/ZDI-23-1165/
https://www.zerodayinitiative.com/advisories/ZDI-23-1164/
As it seems, that PowerArchiver and PACL use the 7zip libraries, could you please update them to the latest version?
Hi,
From where I get PAVD2023.EXE? PowerArchiver 2023 tries to open it.
But it seems, it tries to download PAVD2021.EXE.
Thanks
I noticed that the version of ZPAQ used is older than the latest released 7.15 https://mattmahoney.net/dc/zpaq.html also there seems to be a newer fork that adds several features https://github.com/fcorbelli/zpaqfranz
It would be useful to implement this latest version (it also maintains the same syntax and behavior as the latest official release if used the -715 flag) and add when opening a zpaq file a choice of the version of the files to show (e.g. as dummy folders represented the various versions present). Since any previous changes are stored with this format, it is possible to extract a snapshot of a certain date/version.
If I open a password-protected zipper file (created with WinRAR but I think that’s irrelevant), open it with PowerArchiver and run “Remove Encryption” on the same file, then reopen it and add a password with “Encrypt Archive,” the resulting archive will be protected with the old ZipCrypto algorithm and not AES as indicated.
(this can be verified, for example, by trying to open the archive files with Windows Explorer, which does not support the AES algorithm)
PA 21.00.18 running on Windows 7 64 bit.
I made a big .PA file and thought I’d check it was made correctly with Menu / Actions / Test.
Discovered:
a) PA always issues a UAC prompt to do this!
b) PA always says there are many errors in PA files.
Folders Created That can't be deleted
-
I am having a problem that was created PA 9.01. When I have extracted some zip files to my desktop using the New Folder button I got 2 extra folders that were made with a space on the end with can’t be deleted due to file system errors. There were 2 folders made when that happened 1 normal folder which got the zip contents and the extra folder with the same name but a space at end of folder name thats still there. Anyone know how I can delete these folders as the on my desktop. I and running Windows 2003 Server ……TIA Techman
-
I think this is only an Windows Explorer limitation - try going to command line and deleting the folder, does that work?
thanks,
-
I have tried from command line and from winernal disk commander cd but folder cant be deleted. There is also no share or security tab showing in folder properties. I also installed drive in another computer but no help. The space at the end of the name has made the folder undeletable but I have tried putting files inside the folder and deleting them and that worked.
-
Well for Win98 / Win2000 DOS Prompt (commandline) is the way.
I hope it is similar under Win2003.Change to Desktop directory under Windows.
Then use rmdir ( or just RD ) with wildcard * to match the space(s) at the end.If this is the ONLY folder on your desktop then use
rmdir *If you need to enter enough characters to uniquely identify the bad directory
e.g rmdir baddir*Note: the folder must be empty!
-
Hi Terry
I tried that but no luck. One of the folders name that I can’t erase is named
FinePrint pdfFactory Pro Enterprise v5.27 with a space at end of name so i tried the rmdir command with the /s switch as well and tried with full filename with the * wildcard at end and different ways with folder name in quotes. Each time I get one of 2 errors
The system cannot find the path specified or
The filename, directory name, or volume label syntax is incorrect.
When I do a dir command it shows the dir name listed in full. -
OK
Have you tried REN to rename this folder first (again in DOS mode)?
Not sure, but maybe something like:-REN Fin*.* Rubbish
RD Rubbishwill work?
Alternative - maybe an explorer replacement such as xplorer²
http://www.netez.com/xplorer2 -
OK
I tried using ren but folder can’t be found. I even tried to make a folder from cmd prompt with a space at end and it not possible. So I think due to this folder being somehow made with the illegal space at end the commands wont work on it from windows or dos mode
(btw I mean cmd not dos window mode as this is a NTFS formatted drive) -
Just one thing. If you try to remove a folder with space at the end from command prompt, make sure you have used “xxxx”. So you enter:
RD "New Folder "
There cannot be any special character in the foldername except space. There are no special characters like invisible space - ALTGr+255 - or some other used in old DOS.
-
Just one thing. If you try to remove a folder with space at the end from command prompt, make sure you have used “xxxx”. So you enter:
RD "New Folder "
There cannot be any special character in the foldername except space. There are no special characters like invisible space - ALTGr+255 - or some other used in old DOS.
Hi Ivan here is a copy and paste of the cmd prompt so you can see better whats going on. I am using rmdir with /s switch as it removes all sub files and directories and files as well as the dir itself
C:\Documents and Settings\Techman\Desktop>rmdir /s "FinePrint pdfFactory Pro Enterprise v5.27 "
FinePrint pdfFactory Pro Enterprise v5.27 , Are you sure (Y/N)? y
The system cannot find the file specified.I also did the rd command with same results and I tried wildcards as well.
It not possible nomally to make a file or dir with a space at the end so I am thinking its the reason the dir can’t be deleted.Also I found out if I make a second folder on my desktop with the same name as the problem folder the system thinks they are the same folder and adds the security and sharing tab to the bad dir. Now I put a file in the bad named dir and tried to delete it from the command prompt and it deleted the file I put in bad dir and the new folder I made without the space that was empty but still left the problem dir on my desktop. :confused:
Any more suggestions? TIA!..…Techman
-
worth a try, but don’t know if this works on Server 2003:
List the Desktop directory with “dir /x”. Then all files / dirs will be shown with there short filename (if any). So you can try deleting “FINEPR~1” instead of “finePrint…”.
-
worth a try, but don’t know if this works on Server 2003:
List the Desktop directory with “dir /x”. Then all files / dirs will be shown with there short filename (if any). So you can try deleting “FINEPR~1” instead of “finePrint…”.
Hi Henry,
That seems to have done the trick. Thank you for the info. That was driving my crazy seeing those folders on my desktop but there gone now :)