PACL 7.00 b1 file extension upper case problem
-
Hi!
I have found out something interesting in the PACL 7.00 b1 version. I haven’t tested this in PACL 6.01 yet, so I can’t tell if this only happends in PACL 7.00 b1.Anyway, here’s a list of files I’ve been using for tests.
2012-02-05 16:07 <kat> . 2012-02-05 16:07 <kat> .. 2010-02-24 18:28 1***censored***077***censored***633 Amiga XP x86.pdf 2009-12-15 22:31 73***censored***328 Deluxe Paint 4 Manual.pdf 2012-02-05 15:12 4 password.txt 1997-09-08 22:52 73***censored***648 REFSCAN1.PCX 1997-09-08 22:55 57***censored***080 REFSCAN2.PCX 1997-09-08 22:56 36***censored***833 REFSCAN3.PCX 1997-09-08 22:58 57***censored***612 REFSCAN4.PCX 1997-09-08 23:00 55***censored***959 REFSCAN5.PCX 1997-09-08 23:02 31***censored***751 REFSCAN6.PCX 2012-02-05 15:30 54***censored***230 Test1.zip 2012-02-05 16:12 <kat>TF 10 fil(er) 1***censored***518***censored***078 byte 3 katalog(er) 17***censored***113***censored***018***censored***368 byte ledigt C:\PACL_Test\Amiga></kat> </kat></kat> ```Pay attention to the file names REFSCAN that have the file extension in upper case (.PCX). I the try to create a zip archive with all the PCX files in it.
C:\PACL_Test\Amiga>pacomp -a Test2.zip REFSCAN*.PCX
PowerArchiver Command Line (PACL) Version 7.00 [Jan 29 2012]
Copyright© 1998-2012 ConeXware, Inc. All Rights Reserved. Shareware VersionRemainder: This is unregistered version of PACL. Please register at http://www.p
owerarchiver.com
Press <enter>to continue.Archive Compression Utility – ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
Internet: http://www.powerarchiver.com Email: support@conexware.comArchive: C:\PACL_Test\Amiga\Test2.zip
preparing to compress…
*** WARNING: Nothing to add or update…All OK
C:\PACL_Test\Amiga></enter>
C:\PACL_Test\Amiga>pacomp -a Test2.zip REFSCAN*.*
PowerArchiver Command Line (PACL) Version 7.00 [Jan 29 2012]
Copyright© 1998-2012 ConeXware, Inc. All Rights Reserved. Shareware VersionRemainder: This is unregistered version of PACL. Please register at http://www.p
owerarchiver.com
Press <enter>to continue.Archive Compression Utility – ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
Internet: http://www.powerarchiver.com Email: support@conexware.comArchive: C:\PACL_Test\Amiga\Test2.zip
preparing to compress…
*** WARNING: Nothing to add or update…All OK
C:\PACL_Test\Amiga></enter>
C:\PACL_Test\Amiga>pacomp -a Test2.zip REFSCAN*.pcx
PowerArchiver Command Line (PACL) Version 7.00 [Jan 29 2012]
Copyright© 1998-2012 ConeXware, Inc. All Rights Reserved. Shareware VersionRemainder: This is unregistered version of PACL. Please register at http://www.p
owerarchiver.com
Press <enter>to continue.Archive Compression Utility – ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
Internet: http://www.powerarchiver.com Email: support@conexware.comArchive: C:\PACL_Test\Amiga\Test2.zip
preparing to compress…
*** WARNING: Nothing to add or update…All OK
C:\PACL_Test\Amiga></enter>
I then change to another folder that also had some .pcx files in it.
2012-02-05 15:39 <kat> .
2012-02-05 15:39 <kat>…
2009-09-14 22:32 27censored760 3Pluto.pcx
2009-09-14 22:32 42censored917 4Goofy.pcx
2009-09-14 22:32 28censored119 5Donald.pcx
2009-09-14 22:32 28censored919 6Daisy.pcx
2012-02-05 15:39 103censored786 Test2.zip
5 fil(er) 231censored501 byte
2 katalog(er) 17censored113censored022censored464 byte ledigtC:\PACL_Test\Amiga\TF></kat> </kat>
C:\PACL_Test\Amiga\TF>pacomp -a Test3.zip *.pcx
PowerArchiver Command Line (PACL) Version 7.00 [Jan 29 2012]
Copyright© 1998-2012 ConeXware, Inc. All Rights Reserved. Shareware VersionRemainder: This is unregistered version of PACL. Please register at http://www.p
owerarchiver.com
Press <enter>to continue.Archive Compression Utility – ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
Internet: http://www.powerarchiver.com Email: support@conexware.comArchive: C:\PACL_Test\Amiga\TF\Test3.zip
preparing to compress…
adding: 3Pluto.pcx --> Done. [21%]
adding: 4Goofy.pcx --> Done. [55%]
adding: 5Donald.pcx --> Done. [77%]
adding: 6Daisy.pcx --> Done. [100%]All OK
C:\PACL_Test\Amiga\TF></enter>
C:\PACL_Test\Amiga\TF>pacomp -a Test3.zip *.PCX
PowerArchiver Command Line (PACL) Version 7.00 [Jan 29 2012]
Copyright© 1998-2012 ConeXware, Inc. All Rights Reserved. Shareware VersionRemainder: This is unregistered version of PACL. Please register at http://www.p
owerarchiver.com
Press <enter>to continue.Archive Compression Utility – ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
Internet: http://www.powerarchiver.com Email: support@conexware.comArchive: C:\PACL_Test\Amiga\TF\Test3.zip
preparing to compress…
*** WARNING: Nothing to add or update…All OK
C:\PACL_Test\Amiga\TF></enter>
Now It seems logic that the program treats .pcx and .PCX as different file extensions, but if the file extension for some reason is stored in upper case, why can't the program add them to the archive? Kind Regards Micke
-
thanks a lot - we will check it out… 7.0 is big rework of all engines so i expect more buggies like this to happen.
-
Hi!
I have now repeated the test using PACL 6.01. First look in the folder.2010-09-06 07:09 <dir> . 2010-09-06 07:09 <dir> .. 2010-02-24 18:28 1***censored***077***censored***633 Amiga XP x86.pdf 2009-12-15 22:31 73***censored***328 Deluxe Paint 4 Manual.pdf 1997-09-08 22:52 73***censored***648 REFSCAN1.PCX 1997-09-08 22:55 57***censored***080 REFSCAN2.PCX 1997-09-08 22:56 36***censored***833 REFSCAN3.PCX 1997-09-08 22:58 57***censored***612 REFSCAN4.PCX 1997-09-08 23:00 55***censored***959 REFSCAN5.PCX 1997-09-08 23:02 31***censored***751 REFSCAN6.PCX 2010-07-28 20:32 <dir> TF 8 File(s) 1***censored***463***censored***844 bytes 3 Dir(s) 145***censored***127***censored***018***censored***496 bytes free I then try to create a zip archive using PACOMP and filenames REFSCAN*.*
C:\Programs\Test\Amiga>pacomp -a Test1.zip REFSCAN*.*
PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010]
Copyright© 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version
This product is licensed to: Micke
Archive Compression Utility – ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
Internet: http://www.powerarchiver.com Email: support@conexware.comArchive: C:\Programs\Test\Amiga\Test1.zip
preparing to compress…
adding: REFSCAN1.PCX --> Done. [23%]
adding: REFSCAN2.PCX --> Done. [41%]
adding: REFSCAN3.PCX --> Done. [53%]
adding: REFSCAN4.PCX --> Done. [71%]
adding: REFSCAN5.PCX --> Done. [89%]
adding: REFSCAN6.PCX --> Done. [100%]All OK
C:\Programs\Test\Amiga>
C:\Programs\Test\Amiga>pacomp -a Test2.zip REFSCAN*.PCX
PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010]
Copyright© 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version
This product is licensed to: Micke
Archive Compression Utility – ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2
Internet: http://www.powerarchiver.com Email: support@conexware.comArchive: C:\Programs\Test\Amiga\Test2.zip
preparing to compress…
adding: REFSCAN1.PCX --> Done. [23%]
adding: REFSCAN2.PCX --> Done. [41%]
adding: REFSCAN3.PCX --> Done. [53%]
adding: REFSCAN4.PCX --> Done. [71%]
adding: REFSCAN5.PCX --> Done. [89%]
adding: REFSCAN6.PCX --> Done. [100%]All OK
C:\Programs\Test\Amiga>
Kind Regards Micke</dir> </dir> </dir>
-
Thanks Micke, logged in!
-
PACL 7.00 RC1 http://www.powerarchiver.com/test/alpha120/pacl700.exe
please check it out.
-
Tested in PACL 7.00 RC1. Files will be added correctly independent of upper or lower case of file extension.
Bug Fixed Confirmed
Kind Regards
Micke