-
Hi,
I just saw, that on the Website, PowerArchiver 2021 20.00.73 is advertised as latest version. (Actually, the downloaded version says, it’s 20.00.70 in the about dialog)
But it still comes with the “red icon set” for preview versions and has some known unfixed bugs, as I read here.Is it sufficiently stable to be used on production systems?
Kind regards
-
-
Its a long time since people reported bugs like converter bug still no fix yet
-
Configuration:
Powerarchiver 2021 20.00.73
Windows 10 Education 10.0.19042 Build 19042When extracting gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf.tar.xz , Powerarchiver wrongly thinks some .exe files have a length of zero:
98773b3b-65c0-48fa-8cd4-d081b2e0adee-image.png
Once extracted:
D:\Temp\Powerarchiver\gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf\bin>dir *.exe Volume in drive D is DATA Volume Serial Number is 0E12-BCA2 Directory of D:\Temp\Powerarchiver\gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf\bin 2020-11-20 07:10 PM 1,391,599 arm-none-linux-gnueabihf-addr2line.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-ar.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-as.exe 2020-11-20 07:41 PM 3,030,119 arm-none-linux-gnueabihf-c++.exe 2020-11-20 07:10 PM 1,389,293 arm-none-linux-gnueabihf-c++filt.exe 2020-11-20 07:41 PM 3,027,513 arm-none-linux-gnueabihf-cpp.exe 2020-11-20 07:10 PM 4,040,503 arm-none-linux-gnueabihf-dwp.exe 2020-11-20 07:10 PM 391,769 arm-none-linux-gnueabihf-elfedit.exe 2020-11-20 07:41 PM 0 arm-none-linux-gnueabihf-g++.exe 2020-11-20 07:41 PM 3,026,926 arm-none-linux-gnueabihf-gcc-10.2.1.exe 2020-11-20 07:41 PM 609,607 arm-none-linux-gnueabihf-gcc-ar.exe 2020-11-20 07:41 PM 609,607 arm-none-linux-gnueabihf-gcc-nm.exe 2020-11-20 07:41 PM 609,607 arm-none-linux-gnueabihf-gcc-ranlib.exe 2020-11-20 07:41 PM 0 arm-none-linux-gnueabihf-gcc.exe 2020-11-20 07:41 PM 2,165,533 arm-none-linux-gnueabihf-gcov-dump.exe 2020-11-20 07:41 PM 2,343,605 arm-none-linux-gnueabihf-gcov-tool.exe 2020-11-20 07:41 PM 2,450,233 arm-none-linux-gnueabihf-gcov.exe 2020-11-20 07:54 PM 9,605,899 arm-none-linux-gnueabihf-gdb.exe 2020-11-20 07:41 PM 3,028,997 arm-none-linux-gnueabihf-gfortran.exe 2020-11-20 07:10 PM 1,412,943 arm-none-linux-gnueabihf-gprof.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-ld.bfd.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-ld.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-ld.gold.exe 2020-11-20 07:41 PM 25,546,567 arm-none-linux-gnueabihf-lto-dump.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-nm.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-objcopy.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-objdump.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-ranlib.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-readelf.exe 2020-11-20 07:10 PM 1,393,083 arm-none-linux-gnueabihf-size.exe 2020-11-20 07:10 PM 1,392,464 arm-none-linux-gnueabihf-strings.exe 2020-11-20 07:10 PM 0 arm-none-linux-gnueabihf-strip.exe 32 File(s) 67,465,867 bytes 0 Dir(s) 1,002,422,431,744 bytes freeWhen the same archive is being extracted from a git bash session (after having installed git 2.30.1 for Windows 64 bit version from git-scm.com), the .exe files are extracted as expected:
xz -k -d gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf.tar.xz tar xf gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf.tar cd gcc-arm-10.2-2020.11-mingw-w64-i686-arm-none-linux-gnueabihf/bin ll *.exe -rwxr-xr-x 1 User 197121 1391599 Nov 20 19:10 arm-none-linux-gnueabihf-addr2line.exe* -rwxr-xr-x 2 User 197121 1421598 Nov 20 19:10 arm-none-linux-gnueabihf-ar.exe* -rwxr-xr-x 2 User 197121 2028927 Nov 20 19:10 arm-none-linux-gnueabihf-as.exe* -rwxr-xr-x 2 User 197121 3030119 Nov 20 19:41 arm-none-linux-gnueabihf-c++.exe* -rwxr-xr-x 1 User 197121 1389293 Nov 20 19:10 arm-none-linux-gnueabihf-c++filt.exe* -rwxr-xr-x 1 User 197121 3027513 Nov 20 19:41 arm-none-linux-gnueabihf-cpp.exe* -rwxr-xr-x 1 User 197121 4040503 Nov 20 19:10 arm-none-linux-gnueabihf-dwp.exe* -rwxr-xr-x 1 User 197121 391769 Nov 20 19:10 arm-none-linux-gnueabihf-elfedit.exe* -rwxr-xr-x 2 User 197121 3030119 Nov 20 19:41 arm-none-linux-gnueabihf-g++.exe* -rwxr-xr-x 2 User 197121 3026926 Nov 20 19:41 arm-none-linux-gnueabihf-gcc-10.2.1.exe* -rwxr-xr-x 1 User 197121 609607 Nov 20 19:41 arm-none-linux-gnueabihf-gcc-ar.exe* -rwxr-xr-x 1 User 197121 609607 Nov 20 19:41 arm-none-linux-gnueabihf-gcc-nm.exe* -rwxr-xr-x 1 User 197121 609607 Nov 20 19:41 arm-none-linux-gnueabihf-gcc-ranlib.exe* -rwxr-xr-x 2 User 197121 3026926 Nov 20 19:41 arm-none-linux-gnueabihf-gcc.exe* -rwxr-xr-x 1 User 197121 2165533 Nov 20 19:41 arm-none-linux-gnueabihf-gcov-dump.exe* -rwxr-xr-x 1 User 197121 2343605 Nov 20 19:41 arm-none-linux-gnueabihf-gcov-tool.exe* -rwxr-xr-x 1 User 197121 2450233 Nov 20 19:41 arm-none-linux-gnueabihf-gcov.exe* -rwxr-xr-x 1 User 197121 9605899 Nov 20 19:54 arm-none-linux-gnueabihf-gdb.exe* -rwxr-xr-x 1 User 197121 3028997 Nov 20 19:41 arm-none-linux-gnueabihf-gfortran.exe* -rwxr-xr-x 1 User 197121 1412943 Nov 20 19:10 arm-none-linux-gnueabihf-gprof.exe* -rwxr-xr-x 4 User 197121 2572182 Nov 20 19:10 arm-none-linux-gnueabihf-ld.bfd.exe* -rwxr-xr-x 4 User 197121 2572182 Nov 20 19:10 arm-none-linux-gnueabihf-ld.exe* -rwxr-xr-x 2 User 197121 4550029 Nov 20 19:10 arm-none-linux-gnueabihf-ld.gold.exe* -rwxr-xr-x 1 User 197121 25546567 Nov 20 19:41 arm-none-linux-gnueabihf-lto-dump.exe* -rwxr-xr-x 2 User 197121 1404945 Nov 20 19:10 arm-none-linux-gnueabihf-nm.exe* -rwxr-xr-x 2 User 197121 1531656 Nov 20 19:10 arm-none-linux-gnueabihf-objcopy.exe* -rwxr-xr-x 2 User 197121 1991350 Nov 20 19:10 arm-none-linux-gnueabihf-objdump.exe* -rwxr-xr-x 2 User 197121 1421598 Nov 20 19:10 arm-none-linux-gnueabihf-ranlib.exe* -rwxr-xr-x 2 User 197121 1163376 Nov 20 19:10 arm-none-linux-gnueabihf-readelf.exe* -rwxr-xr-x 1 User 197121 1393083 Nov 20 19:10 arm-none-linux-gnueabihf-size.exe* -rwxr-xr-x 1 User 197121 1392464 Nov 20 19:10 arm-none-linux-gnueabihf-strings.exe* -rwxr-xr-x 2 User 197121 1531656 Nov 20 19:10 arm-none-linux-gnueabihf-strip.exe*The same archive file does extract properly under a native Linux Ubuntu 20.04 system, or under Windows 10 using the WSL2 Linux subsystem using xz and tar.
-
Hi I recently bought PowerArchiver and found some bugs and issues that I hit testing some of the features out.
If you are doing a backup and on the compression options screen its default is compression format is PA with no option to change disk spanning. If you change to 7-zip you can change disk spanning. If you change the disk spanning then move back to PA format the field for disk spanning disables but the option stays set to what you changed it to. When you do a backup it will use PA with files spanning but PowerArchiver says that its not a valid format when you open it. If PA can’t really do file spanning then this screen is allowing it.
I have attached an image where the progress bar is in the middle of the CD/DVD/BD Tools screen.
alt text
I have a 7-Zip file I created using the backup tools doing an increment backup. It opens and extracts just fine but if you using the Test option PowerArchiver locks up. Link to file: Backup-2021-02-05-20-35-36 TEST LOCKUP.7z
On any Zip/PA/7-Zip process the pause and cancel buttons do not work. You have to hard kill the entire application to get out.
-
There would be many of us with Intel Processors.
and they have their own optimized zlib algorithm, which can result in more efficiency if used combined with their hardware processor.
Reference:
https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/zlib-compression-whitepaper-copy.pdfCan we get the same Functionality Under Hardware Acceleration Feature?
Zlib is not the only feature that intel has included with their processor, there’s many, which if combined can result in efficient and better compression ratios.
-
Hi,
After the batch archiving is complete, and if I click on whitespace of the PA app, I get this error.
PA Batch.png
I did check for ongoing process and ensured no archives were corrupt, It seems like activity did complete successfully but the error is shown for no reason, and only after clicking the whitespace.
Please see if this can be removed.
-
I’m using the Kaspersky Total Security.
I have configured PA as exclusion as followed:
PA Exclusion.png
and also is set us trusted application
PA Trusted Application.png
Scenario:
My Antivirus likes to scan for everything, and it’s safeguarding behavior is to prevent the access to the file until the file is properly scanned for.
The issue:
PA when losses the access to file, it is stuck, consumes Resources, and never completes the process or throws any error
Recommendation:
PAStarter should also work as PAMonitor:
There should be a monitoring process, at least if I’m using queuing feature, that should check for never ending compression processes and terminate them so the queue can be little bit automated.Also,
There should be multiple attempts at retrying if PA loses access to or is denied, instead of having to see process was stuck for longer duration.Or, better, save the parameters I used for keeping the files in compression, and automatically restart the whole compression process after termination the same, of same folders and files set, this should happen in case if compression was stuck.
-
If you use Queue Feature, you are not saving on space, you are just squeezing less.
Here’s explaination:
https://youtu.be/XcxG2wxyink
I did test the same on multiple files, and of different types.
It does have large difference for each large file you are trying to squeeze.
Folders with multiple files, just have no benefits if you use Queue Feature
-
Hello!
I am using the portable version of PA2021. After switching from build 58 to 73 I have problems with the color-scheme:
While 58 behaves like expected and showed everything in light or dark colors according to the settings, 73 always shows the lower part of the window in dark colors, no matter whether I select automatic, light or dark.
This happens on a clean installation of 73 as well as on an update from build 58. I have attached two images generated on the same machine at the same time with the same settings. The upper shows build 73, the lower 58. Is it a bug or some changed setting I miss?
Thanks for help!
A.BorquePA2021_73.png PA2021_58.png
-
Hello,
PowerArchiver Command Line 7 support file greater than 2 Go ?
Thanks
-
If you have tabbed archive browsing(reuse same window for all archive opening)
and if you open two archives, and right click on older one to view properties it will only show of the recent archive that was opened, on all tabs/archivesupgraded to 20.0.73
-
Hi.
I currently own the PowerArchiver Select - lifetime free upgrades and support for PowerArchiver Toolbox English license.
This license is active on 1 device. Does the license allow me to activate PowerArchiver on a second device that I own? Or do I need a separate license for that?
Thank you ! :)
-
Hello!
While the installable version of PA 2021 has already received two updates and is at version 20.0.73 the portable version still remains at the initially released build 58. Are there plans to update that version, too?
Thanks for a reply! -
I’ve been dealing with an intermittent explorer.exe crash for 5-6 years now. It happens randomly and will usually occur multiple times within a single session of an hour or two on my machine when manipulating files through Windows Explorer. explorer.exe is the only thing that ever crashes, so it’s not hardware IMO. I’ve done all hardware diagnostics and RAM is good. I’ve even swapped out motherboards with different brand and even the exact same one and it still crashes. sfc /scannow indicates system files are fine. I’ve done multiple reinstalls of the OS with no positive results. This crashing has happened on Windows 7 64-bit and Windows 10 64-bit. It seemed to get more frequent with Windows 10 after upgrading last year. I’ve also been using PowerArchiver throughout that time period (upgrading over time with new releases). I recently disabled all non-Microsoft extensions via ShellExView and saw no crashes for about 10 days, which is really unusual. I turned back them all back on after 10 days and saw another explorer.exe crash within the hour. So I disabled all 32-bit extensions and saw another crash. Following that I disabled all the PowerArchiver shell extensions and haven’t seen a crash after a day of heavy usage manipulating files within Windows Explorer, which doesn’t happen for me. The crash dumps I’ve captured don’t seem to indicate PowerArchiver is involved but I have a hunch it has something do with PowerArchiver shell extensions. The system even feels smoother with the PA extensions disabled. Windows 10 reliability monitor always has the same type of problem:
Description Faulting Application Path: C:\WINDOWS\explorer.exe Problem signature Problem Event Name: BEX64 Application Name: explorer.exe Application Version: 10.0.17134.165 Application Timestamp: 4031a9f8 Fault Module Name: StackHash_e78e Fault Module Version: 0.0.0.0 Fault Module Timestamp: 00000000 Exception Offset: PCH_8D_FROM_ntdll+0x000000000009AA54 Exception Code: c0000005 Exception Data: 0000000000000008 OS Version: 10.0.17134.2.0.0.256.48 Locale ID: 1033 Additional Information 1: e78e Additional Information 2: e78e327659b46c9a0c6916396b253cbf Additional Information 3: cebf Additional Information 4: cebf952c5db535ae7880488aafce55d9 Extra information about the problem Bucket ID: 1a57e4e784fbc735c231c68bd88581a9 (1311047270476906921)I know this is a very nebulous explanation but is there any way to link this up to PA shell extensions as the cause? I can provide the crash dumps and additional information if necessary.
-
When you select “Deflate (.zip, compatible)” as the method, it still converts the archive to a ZIPX format.
-
Would like to see uha archives supported compression as well as extraction. I use this all the time and it is a very good compression format
-
In windows 10 you can right-click and select send to and the compressed zipped folder and the zip folder will contain the name of the last selected file.
Does PowerArchiver have a similar function?
Tom
-
Converting an archive to .zip (using both the “Deflate (.zip, compatible)” and “Store” compression methods) always creates a .zipx file instead.
pa-convert-zip-1.jpg
pa-convert-zip-2.jpgUsing the “Store” method sometimes creates a .zip file; I have seen it happen just now, but I cannot reproduce it.
-
patchbeam a waste of time never updated with latest version
PowerArchiver 2011 Final
-
Is the PowerArchiver 2011 final coming this week?
-
Hi Keith,
I would place a bet on an RC5 being released before an actual Final.
We still are testing allot, and some suggestions have been made to enhance the user’s experience.
So personally, I would be supprised if a Final was out by the end of the week.
-
soon… but not that soon.
we have to finish up the new website… otherwise final is .51 + 10 another fixes and thats it, not extra features or we will never finish it :-).
As you know Richard, .01, and .1 are usually not that far away.
thanks!
-
I understand that you have priorities; I also understand that you cannot do everything; finally, I suspect there are things we propose that are too difficult or would benefit too few people.
So this is NOT to be done immediately. I am thinking a month or so down the road.
Over the past 4-6 months, there have been some really interesting suggestions. Why not encourage the regulars to go through these, pick out, and then rank, their top 5-8 proposals? See if you might get some agreement about tweaks that most people would find beneficial. Some of these come up in the wish list; others appear when describing this or that problem.
Just a thought.
-
i thought we do that? ;-)
-
Sorry I was unclear.
Of course you make changes. But I am inclined to think that some suggestions get made once and, with everything else going on, get dropped. That’s no flaw, just the nature of the beast.
I thought that after a major release, we might collectively think about which of these changes would be best.
I couldn’t tell you all the proposals (since they come at different places in the forums). Such a list would help remind me of good suggestions I have forgotten.
Perhaps, though, others don’t think this meritorious or necessary.
Sorry you took this as a criticism. It was meant as anything but.
-
i didnt :-).
-
Socrate’s we take our Existing & Prospect user thoughts very seriosly and try and adapt it through a screening process whereby the Developers & Alpha testers discuss night and day what would be nice, great and vital to PowerArchiver’s future & its user base.
Everyone’s Suggestions are read. But as you can imagine there is allot of requests and even narrowing it down is time consuming and within that time you end up getting more and more requests.
I personally think powerarchiver is faster than its competitors when developing new features and improvements. But alas some are left behind… but no forgotten :)
Spwolf, I like the new site! Looking forward to the full release!
-
I’m just hoping they can figure out that bug where RC4 triggers UAC when opening, but still opens even after I deny it (3 times) before a final version. I seem to be the only one with this issue though, at least among the posters here. No, I didn’t post it- I used email when I didn’t remember my password. As you can see I finally figured it out. ;)
-
@Qun:
I’m just hoping they can figure out that bug where RC4 triggers UAC when opening, but still opens even after I deny it (3 times) before a final version. I seem to be the only one with this issue though, at least among the posters here. No, I didn’t post it- I used email when I didn’t remember my password. As you can see I finally figured it out. ;)
Hopefully they will! but even if they can’t make it before final with Patchbeam it could be “patched” under 3 seconds when they find the fix :D.
But I understand how frustrating it is when you want things to work before final…
I’ve been nagging the developers for FTP, Ribbon changes, Configuration enhancements.Guido Nags whenever he spots any detail that doesn’t act or look as it should hense why PA is so pretty ;)
Moles42 & luxor have been pushing for other areas such as Backup & Burner and issues with Virtual driver support etc
One happy family…
Keep posting the forums Qun Mang we do read them! Honeslty!
-
@Qun:
I’m just hoping they can figure out that bug where RC4 triggers UAC when opening, but still opens even after I deny it (3 times) before a final version. I seem to be the only one with this issue though, at least among the posters here. No, I didn’t post it- I used email when I didn’t remember my password. As you can see I finally figured it out. ;)
it is always problem when we cant reproduce it, i know support has been trying to replicate the issue.
-
Thanks, I know you’re looking. Just let me know if you need anything else from me. Just be warned, I will be away for most of the week starting tomorrow morning so if I don’t reply that will be why.
-
Do you have the status of the completion of the new PowerArchiver 2011 website?
-
a question I too pondered on Keith but I’m speculating that the release of a ‘Final’ for ‘PA’ might be of a higher priority at this current time…I’m sure Admin will let us know either way…:)
-
soon :-)
-
@Qun:
Thanks, I know you’re looking. Just let me know if you need anything else from me. Just be warned, I will be away for most of the week starting tomorrow morning so if I don’t reply that will be why.
we found the issue, not the fix yet… it happens onlx on 64bit, and what happens is that admin account gets the associations.
-
Will the final be available this week? Are there last minute bugs that still need to be fixed?
-
I think we are close Keith! not sure if its this week though.
-
it never comes soon enough does it Keith?…:)
-
we trying hard to make this week… thanks
-
I think this version of PowerArchiver has taken longer than anticipated because of all its features.
Most if not all of the Alpha team have been helping for months picking out the bugs and suggesting new features or backing requested features… and the poor developers have had at times to grin and bare it.
However, I rather a working, stable and reliable piece of software reach our user base by release than let existing and prospects down due to rushing it.
I suppose there would be no harm if we left 2011 and released it in December as 2012… there is now law to suggest developers have to bring out new versions each year. :)
I’ve been working on a new menu system and database at work for the past 2 years and many of the features i bring out are tested by a small team i select but it is down to me as the developer to decide if all the work should be produced at a specific time.
-
we finished work for final release this week, so unless we have something major, we have final… just need to finish up the new website.
since there was long delay between 2010 and 2011 (major versions, we issued many updates with new features), we will probably do 2012 much sooner - like in very early 2012, with new format :-)
-
You know what… I am more excited for the release of the website than the program… i think because its just a change from the old style!
obviosly powerarchiver app is important to me but ive been working with it since early days :)
-
well you know how it site looks like already and where it is :-)
i am looking at it for past weeks and now it is old for me :-)
-
well you know how it site looks like already and where it is :-)
i am looking at it for past weeks and now it is old for me :-)
Ahh not the same boss :) its a test site it doesnt come close to a fully working site. I am looking forward to the community & business section.
I also need to send you an email ref some support vids. Been busy these past few weeks ready for my trip to south africa in september.
-
@Sir:
Been busy these past few weeks ready for my trip to south africa in september.
Business or Pleasure Richard or both perhaps? :)
-
Pleasure moles matey. Going to visit my home country was born and raised in rusternburg.
Will be doing a road trip with my dad, visiting allot of places we used to goto.
Back when i was a kid you had white & black schools, hospitals… allot has changed :)
-
Ahh sounds like it will be a most memorable trip Richard…I wish you a safe and happy journey…:)
I look forward to maybe a tale or two on your return…:) -
@Sir:
Back when i was a kid you had white & black schools, hospitals… allot has changed :)
A change for the better though. :)
-
You guys! ;) We will be bringing a 1080P Panasonic Camcorder with us, with a car kit and dock. So the whole journy from start to finish will be recorded.
Its going to be a little project and i will be editing it with old VHS Video’s. Allot of work when i get back!
I hope it will be a good time away! starting to look forward to it now my passport came through! :D
-
@Sir:
Pleasure moles matey. Going to visit my home country was born and raised in rusternburg.
Will be doing a road trip with my dad, visiting allot of places we used to goto.
Back when i was a kid you had white & black schools, hospitals… allot has changed :)
wolf changes its clothing but skin never?
:-)
-
I do have the south african attitute… say it as it is!
-
A change for the better though. :)
So you have not heard about the increased crime rates since the ‘change’ then? Many more deaths and crimes with all colours of the rainbow affected. Don’t be fooled that all is okay now it is not on the news.
DrT
-
So you have not heard about the increased crime rates since the ‘change’ then? Many more deaths and crimes with all colours of the rainbow affected. Don’t be fooled that all is okay now it is not on the news.
DrT
I had segregation in mind when I commented that it was a change for the better. Because segregation is wrong and anything is an improvement on that.
-
We shall see how it goes. I am not easily fooled and understand what the media say and what actually occurs can be very different.
However, like every country there are good and bad area’s. I know from our plan that we will see both but thats part of the experience.
Bar being shot, i can handle myself :)
-
Bar being shot, i can handle myself
Against how many at once LOL?
DrT
-
Bar being shot, i can handle myself
Against how many at once LOL?
DrTBack when I did Tae Kwon Do & other martial arts we were checked on multiple attackers. My maximum score was 16.
Obvisoly, if they all jumped on me at once i dont really have chance, but statistically there is always 1 or 2 ring leaders who go in 1st… take them down with a quick impact to their knee, upper strick to their nose etc etc then the others usually back off.
also that was 7 years ago before when i was younger and active!… i’ll probably only manage 1 LOL.
But regardless the skills i learnt still are with me.
The one thing I dont like about UK law is you must tell your attackers you are capable of defending yourself, else they can sue you… screwed up laws where attackers can sue someone for defending themselfs!
Plus it takes out the element of supprise! which is key in any defense or attack.
-
I know who will be my bodyguard when i come to SA or UK
:-)
-
@Sir:
The one thing I dont like about UK law is you must tell your attackers you are capable of defending yourself, else they can sue you…
That’s just the law in England & Wales I think.
So move to Scotland or Northern Ireland and your sorted. ;) -
I know who will be my bodyguard when i come to SA or UK
:-)
Joking aside 3 years ago I looked into Body Guard training… But it would of meant leaving the uk and doing 2 years extensive training in iraq! bit of a hot zone at the time even now so i gave it a miss.
The one thing to ask is why do you think you need a bodygaurd when visiting the UK… is there something your not telling us? lol
-
@Sir:
Joking aside 3 years ago I looked into Body Guard training… But it would of meant leaving the uk and doing 2 years extensive training in iraq! bit of a hot zone at the time even now so i gave it a miss.
The one thing to ask is why do you think you need a bodygaurd when visiting the UK… is there something your not telling us? lol
i see on C4 that all the stars get whacked in UK…
-
LoL! You make the UK Sound like a death trap! :D Besides, your not a known star here so you should be fine. :)
-
:-)
-
Best product I’ve ever owned guys, keep up the AWESOME work!
-
Why hasn’t PowerArchiver 2011 final been released yet? It was supposed to be released today.
-
we wait with bated breath Keith…:)
-
unfortunately we caught an spelling error in final version, so today :-)
-
Can you put the forums on the new website?
-
@Keith:
Can you put the forums on the new website?
when i saw new post from keith, i KNEW what it will be about :-)
yes, we will transition it over the weekend…
-
Keith! You are either very impatient or keen about powerarchiver’s app and site :D
The site’s being loaded in stages, forums to follow :)
Drazen and I have been talking about some additional pages under the community & support section… Haven’t we boss :)
-
Sir Richard - superstar!
-
I was going to comment this morning, but figured someone would have it covered lol…
-
Are you going to release a free version of PowerArchiver 2011?
-
Any news on when the bug regarding the mru paths not appearing in the extract’s ‘extract to…’ list until the mouse cursor is moved over the space?
This was confirmed a while ago and put on the back burner is it is low priority.
Thanks for the latest final.
Thanks
DrT