|
|
|
#1
|
|||
|
|||
|
Hi,
I've just upgraded from 4.01 to 6.01 and now many of my archive jobs no longer work. The jobs archive data into a single zip from shares on different machines. Here is the job under 4.01: Code:
E:\PACL4>type pacl6prob.lst \\DTTST03\Data\pacltest\*.* \\DTRAH05\Data\pacltest\*.* E:\PACL4>pacomp -a -r -p -k -c2 PACL6prob.zip @PACL6prob.lst PowerArchiver Command Line (PACL) Version 4.01 [Mar 07 2005] Copyright(c) 1999-2005 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Compression Utility -- ZIP, CAB, LHA, BH, JAR, TAR, GZIP, BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: E:\PACL4\PACL6prob.zip preparing to compress... adding: \\DTTST03\Data\pacltest\F1\FILE1.TXT --> Done. [12%] adding: \\DTTST03\Data\pacltest\F1\FILE2.TXT --> Done. [25%] adding: \\DTTST03\Data\pacltest\F2\FILE3.TXT --> Done. [38%] adding: \\DTTST03\Data\pacltest\F2\FILE4.TXT --> Done. [50%] adding: \\DTRAH05\Data\pacltest\F1\FILE1.TXT --> Done. [62%] adding: \\DTRAH05\Data\pacltest\F1\FILE2.TXT --> Done. [75%] adding: \\DTRAH05\Data\pacltest\F2\FILE3.TXT --> Done. [88%] adding: \\DTRAH05\Data\pacltest\F2\FILE4.TXT --> Done. [100%] E:\PACL4>paext -t PACL6prob.zip PowerArchiver Command Line (PACL) Version 4.01 [Mar 07 2005] Copyright(c) 1999-2005 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Extr.---ZIP,CAB,LHA,ARJ,RAR,ARC,ACE,TAR,GZIP,BZIP2,UUE,ZOO,B64,YENC,... Internet: http://www.powerarchiver.com Email: support@conexware.com Archive --> E:\PACL4\PACL6prob.zip [ZIP] testing: DTTST03\Data\pacltest\F1\FILE1.TXT --> OK [12%] testing: DTTST03\Data\pacltest\F1\FILE2.TXT --> OK [25%] testing: DTTST03\Data\pacltest\F2\FILE3.TXT --> OK [38%] testing: DTTST03\Data\pacltest\F2\FILE4.TXT --> OK [50%] testing: DTRAH05\Data\pacltest\F1\FILE1.TXT --> OK [62%] testing: DTRAH05\Data\pacltest\F1\FILE2.TXT --> OK [75%] testing: DTRAH05\Data\pacltest\F2\FILE3.TXT --> OK [88%] testing: DTRAH05\Data\pacltest\F2\FILE4.TXT --> OK [100%] E:\PACL4> This is the same job under 6.01: Code:
E:\PACL6>type pacl6prob.lst \\DTTST03\Data\pacltest\*.* \\DTRAH05\Data\pacltest\*.* E:\PACL6>pacomp -a -r -p -k -c2 PACL6prob.zip @PACL6prob.lst PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: E:\PACL6\PACL6prob.zip preparing to compress... *** ERROR (): DefaultDir *** WARNING: Nothing to add or update... 1 error(s) encountered E:\PACL6>paext -t PACL6prob.zip PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Extr.---ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,... Internet: http://www.powerarchiver.com Email: support@conexware.com *** Error: E:\PACL6\PACL6prob.zip not found E:\PACL6> Thanks, Badders |
|
#2
|
||||
|
||||
|
Hi!
I have made some tests on my own enviroment and I have also been successfull in recreating this problem. The problem appears in PACL 6.01 when you have more than one line in the listfile. Example of listfile that gives the same error message as you have: Code:
\\TESTPC\Install\PACL_Test\*.* \\TESTPC\Public\PACL_Test\*.* Code:
\\TESTPC\Install\PACL_Test\*.* I suggest you test with only one line in your listfile for PACL 6.01 to confirm if you get the same results as I have. Code:
\\DTTST03\Data\pacltest\*.* Kind Regards Micke |
|
#3
|
|||
|
|||
|
Hi Micke,
Thanks for looking into this. Quote:
It looks there are two issues: 1) Multiple lines in the list file: Code:
E:\PACL6>type pacl6prob.lst C:\Temp\*.doc E:\Temp\*.bat E:\PACL6>pacomp -a -r -p -k -c2 PACL6prob.zip @PACL6prob.lst PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: E:\PACL6\PACL6prob.zip preparing to compress... *** ERROR (): DefaultDir *** WARNING: Nothing to add or update... 1 error(s) encountered E:\PACL6>paext -t PACL6prob.zip PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Extr.---ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,... Internet: http://www.powerarchiver.com Email: support@conexware.com *** Error: E:\PACL6\PACL6prob.zip not found E:\PACL6> Code:
E:\PACL6>type pacl6prob.lst \\DTTST03\Data\pacltest\*.* E:\PACL6>pacomp -a -r -p -k -c2 PACL6prob.zip @PACL6prob.lst PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: E:\PACL6\PACL6prob.zip preparing to compress... adding: pacltest\F1\FILE1.TXT --> Done. [25%] adding: pacltest\F1\FILE2.TXT --> Done. [50%] adding: pacltest\F2\FILE3.TXT --> Done. [75%] adding: pacltest\F2\FILE4.TXT --> Done. [100%] All OK E:\PACL6>paext -t PACL6prob.zip PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Extr.---ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,... Internet: http://www.powerarchiver.com Email: support@conexware.com Archive --> E:\PACL6\PACL6prob.zip [ZIP] testing: pacltest\F1\FILE1.TXT --> OK [25%] testing: pacltest\F1\FILE2.TXT --> OK [50%] testing: pacltest\F2\FILE3.TXT --> OK [75%] testing: pacltest\F2\FILE4.TXT --> OK [100%] E:\PACL6> Under Windows Server 2003 R2 the results for multiple rows in the listfile appears to work (but not storage of shares): Code:
D:\Temp\PACL6>ver Microsoft Windows [Version 5.2.3790] D:\Temp\PACL6>type pacl6prob.lst \\SVWIN01\DSL\Misc\*.Doc \\SVWIN01\DSL\Temp\*.txt D:\Temp\PACL6>pacomp -a -r -p -k -c2 PACL6prob.zip @PACL6prob.lst PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: D:\Temp\PACL6\PACL6prob.zip preparing to compress... adding: Misc\Test.Doc --> Done. [0%] adding: Temp\test.Txt --> Done. [100%] All OK D:\Temp\PACL6>paext -t PACL6prob.zip PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Extr.---ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,... Internet: http://www.powerarchiver.com Email: support@conexware.com Archive --> D:\Temp\PACL6\PACL6prob.zip [ZIP] testing: Misc\Test.Doc --> OK [0%] testing: Temp\test.Txt --> OK [100%] D:\Temp\PACL6> Thanks, Badders |
|
#4
|
||||
|
||||
|
Quote:
Kind Regards Micke |
|
#5
|
||||
|
||||
|
Hi guys,
Let me confirm this: so there are 2 issues: 1. You want drive/share included into the path 2. If we have multiple share paths in list file, it will not work. Only single line works? thanks!
__________________
ConeXware, Inc. latest PA release info on Facebook, Twitter | Follow us and win free PowerArchiver. |
|
#6
|
|||
|
|||
|
Hi spwolf,
Quote:
Quote:
Thanks. |
|
#7
|
||||
|
||||
|
Hi!
I'm working on a new script for use with PACL and during the tests of it I discovered some new information regarding the problem described in this thread. Quote:
List file with one row (Listfile_Singlerow.txt) Code:
Q:\Dokument\Amiga\*.pcx Code:
Q:\Dokument\Amiga\*.pcx R:\Cinemaware\*.adf Code:
Q:\>pacomp -a -p Test_PACOMP_ListSingleRow.zip @Listfile_Singlerow.txt PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: Q:\Test_PACOMP_ListSingleRow.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 Q:\> Code:
Q:\>pacomp -a -p Test_PACOMP_ListDouble.zip @Listfile_Doublerow.txt PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: Q:\Test_PACOMP_ListDouble.zip preparing to compress... *** ERROR (): DefaultDir *** WARNING: Nothing to add or update... 1 error(s) encountered Q:\> Code:
Q:\>pacomp -a -P Test_PACOMP_ListDouble.zip @Listfile_Doublerow.txt PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: Q:\Test_PACOMP_ListDouble.zip preparing to compress... adding: Dokument\Amiga\REFSCAN1.PCX --> Done. [0%] adding: Dokument\Amiga\REFSCAN2.PCX --> Done. [1%] adding: Dokument\Amiga\REFSCAN3.PCX --> Done. [1%] adding: Dokument\Amiga\REFSCAN4.PCX --> Done. [2%] adding: Dokument\Amiga\REFSCAN5.PCX --> Done. [2%] adding: Dokument\Amiga\REFSCAN6.PCX --> Done. [3%] adding: Cinemaware\ICFTD21.adf --> Done. [11%] adding: Cinemaware\ICFTD22.adf --> Done. [20%] adding: Cinemaware\ICFTD23.adf --> Done. [29%] adding: Cinemaware\it_came_from_the_desert-1.adf --> Done. [38%] adding: Cinemaware\it_came_from_the_desert-2.adf --> Done. [47%] adding: Cinemaware\it_came_from_the_desert-3.adf --> Done. [55%] adding: Cinemaware\Tvbaskt1.adf --> Done. [64%] adding: Cinemaware\TVBASKT2.ADF --> Done. [73%] adding: Cinemaware\tvsportboxing.adf --> Done. [82%] adding: Cinemaware\TVSportsBaseball-1.adf --> Done. [91%] adding: Cinemaware\TVSportsBaseball-2.adf --> Done. [100%] All OK Q:\> I haven't tested this with \\<machine>\<sharename>\ in list files but most likely it will work the same depending on if you use the -P parameter. I believe we can remove issue 2 from the list, however I would like to know why it works with -P but not with -p Kind Regards Micke |
|
#8
|
||||
|
||||
|
i think reason that worked in 4.01 was that it was not properly parsed out, while now we have properly parsed it out at runtime ;-).
So basically, we will have to add option to include drive and share name in the future ;-)
__________________
ConeXware, Inc. latest PA release info on Facebook, Twitter | Follow us and win free PowerArchiver. |
|
#9
|
|||
|
|||
|
I'm afraid that doesn't make sense.
You've removed a clever and sensible piece of functionality which worked perfectly in the earlier version. Now you're calling this functionality a bug ![]() Quote:
|
|
#10
|
||||
|
||||
|
Quote:
It was one of the "bugs" that other users reported in PACL 4.x. Setting for saving drive letters and network shares is usually an extra option in compression applications, not an default one. If you would preffer to use PACL 4.x, we will gladly issue an refund for you. Just send us an email to support@conexware with your order number and refference this thread. It is just that PACL 6 is really several magnitudes better product than PACL 4. Both "issues" are not complicated to do, but I can not guarantee that version of PACL 6.02 will be out tomorrow. We have to finish other things we are doing right now and then move to PACL. We had PACL in testing for this exact reason for a year and nobody reported anything in past quite few months. We do rely on our users to tell us how they use the product ;-). I am glad that more people are now telling us how they use PACL, thats really very helpful! thank you...
__________________
ConeXware, Inc. latest PA release info on Facebook, Twitter | Follow us and win free PowerArchiver. |
|
#11
|
||||
|
||||
|
Quote:
Quote:
Kind Regards Micke |
|
#12
|
||||
|
||||
|
Quote:
As to the list issue, it is an bug, not intended behaviour!
__________________
ConeXware, Inc. latest PA release info on Facebook, Twitter | Follow us and win free PowerArchiver. |
|
#13
|
||||
|
||||
|
Hi!
I can confirm that this listfiles works correctly in Windows XP Sp3 using PACL 6.01 Using driveletters Code:
Q:\PACL_Test\*.* Code:
\\TESTPC\Public\PACL_Test\*.* Code:
Archive: C:\Programs\PACL\PACL6_Filelist1.zip preparing to compress... adding: PACL_Test\F1\FILE1.TXT --> Done. [11%] adding: PACL_Test\F1\FILE2.TXT --> Done. [31%] adding: PACL_Test\F1\FILE3.TXT --> Done. [39%] adding: PACL_Test\F2\FILE1.TXT --> Done. [51%] adding: PACL_Test\F2\FILE2.TXT --> Done. [71%] adding: PACL_Test\F2\FILE3.TXT --> Done. [79%] adding: PACL_Test\MANUAL.TXT --> Done. [100%] All OK Code:
Q:\PACL_Test\*.* R:\PACL_Test\*.* Code:
\\TESTPC\Public\PACL_Test\*.* \\TESTPC\Install\PACL_Test\*.* Code:
Archive: C:\Programs\PACL\PACL6_Filelist2.zip preparing to compress... *** ERROR (): DefaultDir *** WARNING: Nothing to add or update... 1 error(s) encountered Quote:
This will be a workaround until a update of PACL 6.01 is available. I'll get back with more info when I have finished the script. Kind Regards Micke |
|
#14
|
||||
|
||||
|
Hi Badders!
Here's a script for use with PACL 6.01. It will solve half of your problem by making it possible to have more than one row in a list file. I have made it very simple for me, the script assumes that you have a maximum of 10 rows in the list file. It's very easy to add more if you need to. Here's the code for the script. Copy the code and save it as PACOMP_List.vbs or whatever name you prefer. Code:
'******************************************************************************
'* PACOMP_List.vbs
'* @author: Micke
'* @hist 2010-03-12 CREATED:Script for compress multiple file types
'* using a listfile.
'*
'* Usage: cscript PACOMP_List.vbs ArchiveName.extension ListFilePath
'* Example1: cscript PACOMP_List.vbs C:\Temp\MyArchive.zip C:\Temp\ListFile.txt
'* Example2: cscript PACOMP_List.vbs C:\Temp\MyArchive.zip D:\Test\FileLists.txt
'*
'*******************************************************************************
Option Explicit
'Constants
Const PACOMP = "C:\Programs\PACL\PACOMP.exe"
'Variables
Dim FSO, objDir, aList(10), aPath(10), FileExtension, ArchiveName, ListFilePath
Dim aFile, aItem, strCompressionString, WshShell, objTextFile
Dim strCurrentLine, iCounter, strPath, DrivePath, strCurrentFileName
'Check number of arguments
If WScript.Arguments.Count <> 2 Then
WScript.Echo "Usage: cscript PACOMP_List.vbs ArchiveName.extension ListFilePath"
WScript.Echo "Example 1: cscript PACOMP_List.vbs C:\Temp\MyArchive.zip C:\Temp\ListFile.txt"
WScript.Echo "Example 2: cscript PACOMP_List.vbs C:\Temp\MyArchive.zip D:\Test\FileLists.txt"
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)
ListFilePath = WScript.Arguments.Item(1)
'Read data from ListFile
If FSO.FileExists(ListFilePath) Then
ReadFromListFile()
Else
WScript.Echo "Could not find ListFile"
WScript.Echo "Path to ListFile set as: " & ListFilePath
WScript.Echo "Unable to continue script, exiting..."
WScript.Quit
End If
'Check the filetypes in the ListFile
CheckFileTypes()
Sub ReadFromListFile()
iCounter = 0
Set objTextFile = FSO.OpenTextFile(ListFilePath, 1)
Do Until objTextFile.AtEndOfStream
aPath(iCounter)= objTextFile.ReadLine
iCounter = iCounter + 1
Loop
objTextFile.Close
End Sub
Sub CheckFileTypes()
'Check the Array of FilePaths
For Each strPath In aPath
If Len(strPath) > 0 Then
'Get the FileName from the path
strCurrentFileName = Mid(strPath, InStrRev(strPath, "\")+1)
'Check if FileName is not set as *.*
If strCurrentFileName <> "*.*" Then
'Get the Path without the FileName
strPath = Left(strPath,Len(strPath)-Len(strCurrentFileName))
'Get the FileExtension
FileExtension = LCase(Right(strCurrentFileName, 3))
'Set the current folder to start searching from
Set objDir = FSO.GetFolder(strPath)
SearchFolders(objDir)
Else
AddAllFilesToArchive(strPath)
End If
End If
Next
End Sub
'Sub for Searching recursive in Folders
Sub SearchFolders(pstrCurrentPath)
For Each aFile In pstrCurrentPath.Files
If FileExtension = LCase(Right(CStr(aFile.Name), 3)) Then
AddFileToArchive aFile.Path
End If
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 -k -c2 " & Chr(34) & ArchiveName & Chr(34) & " " & Chr(34) & pstrFileName & Chr(34)
WScript.Echo strCompressionString
WshShell.Run strCompressionString, 0, True
End Sub
Sub AddAllFilesToArchive(pstrFileName)
'Create the string with parameters for PACOMP
strCompressionString = PACOMP & " -a -r -p -k -c2 " & Chr(34) & ArchiveName & Chr(34) & " " & Chr(34) & pstrFileName & Chr(34)
WScript.Echo strCompressionString
WshShell.Run strCompressionString, 0, True
End Sub
![]() The script is only tested with PACL 6.01 on Windows XP Sp3. Kind Regards Micke |
| The Following User Says Thank You to Micke For This Useful Post: | ||
spwolf (03-12-2010) | ||
|
#15
|
||||
|
||||
|
For what it is worth, I have only used @list with filenames (not folders) and then multiple lines works OK
(easier as the names don't have to be quoted when spaces are in path/name).
__________________
Terry WinXP SP3 |
|
#16
|
||||
|
||||
|
Micke is spoiling us with his scripts ;-).
__________________
ConeXware, Inc. latest PA release info on Facebook, Twitter | Follow us and win free PowerArchiver. |
|
#17
|
||||
|
||||
|
Thanks, now I feel an obligation to continue writing scripts for use with PACL when users report new problems
![]() Kind Regards Micke |
|
#18
|
|||
|
|||
|
Wow - so much interest
![]() First of all, thanks for everyone's contributions and especially Micke for the script. I've downloaded it and it works fine for issue 2, "multiple rows in listfile": Code:
E:\PACL6>ver Microsoft Windows XP [Version 5.1.2600] E:\PACL6>type pacl6prob.lst \\DTTST03\Data\pacltest\*.* \\DTRAH05\Data\pacltest\*.* E:\PACL6>cscript pacl6probscript.vbs PACL6prob.zip PACL6prob.lst Microsoft (R) Windows Script Host Version 5.7 Copyright (C) Microsoft Corporation. All rights reserved. E:\PACL6\PACOMP.exe -a -r -p -k -c2 "PACL6prob.zip" "\\DTTST03\Data\pacltest\*.* " E:\PACL6\PACOMP.exe -a -r -p -k -c2 "PACL6prob.zip" "\\DTRAH05\Data\pacltest\*.* " E:\PACL6>paext -t PACL6prob.zip PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Extr.---ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,... Internet: http://www.powerarchiver.com Email: support@conexware.com Archive --> E:\PACL6\PACL6prob.zip [ZIP] testing: pacltest\F1\FILE1.TXT --> OK [25%] testing: pacltest\F1\FILE2.TXT --> OK [50%] testing: pacltest\F2\FILE3.TXT --> OK [75%] testing: pacltest\F2\FILE4.TXT --> OK [100%] testing: pacltest\ --> OK [100%] testing: pacltest\F1\ --> OK [100%] testing: pacltest\F2\ --> OK [100%] E:\PACL6> ![]() I guess we'll have to agree to disagree on whether a developers "tidying up", affecting functionality of the product, is right. If other users are reporting it as a bug then a decision has to be made, one way or the other - which is what's happened. Unfortunately, this time, I was at the wrong end of the decision. Regarding a refund? I don't one. I think I've had real value for money from PACL and wish to contribute to it's continued development. Version 6 does offer so much more (as you say) and I like the way coneXware operates. I do feel a little guilty that I didn't test the version 6 beta as these issues would have surfaced much earlier. Keep up the good work guys and here's looking forward to 6.02. Let me know if I can help with testing etc. Badders |
| The Following User Says Thank You to Badders For This Useful Post: | ||
spwolf (03-15-2010) | ||
|
#19
|
||||
|
||||
|
thank you badders! Better check our future betas so there wont be any surprises ;-).
As i said before, we warmly welcome more advanced users for PACL to the forums, so you can tell us better how you use PACL. Without that, we are just guessing! thanks.
__________________
ConeXware, Inc. latest PA release info on Facebook, Twitter | Follow us and win free PowerArchiver. |
|
#20
|
|||
|
|||
|
Quote:
Quote:
(Thank you again Micke for your work on the script alternative) Cheers, Badders |
|
#21
|
||||
|
||||
|
Hi Badders!
It's nice to hear that the script works for you. As always there's a risk of something missing and you don't see it until someone else is testing it. Kind Regards Micke |
|
#22
|
||||
|
||||
|
;-)
__________________
ConeXware, Inc. latest PA release info on Facebook, Twitter | Follow us and win free PowerArchiver. |
|
#23
|
||||
|
||||
|
p|P : store relative Pathnames|store full Pathnames
;-)
__________________
ConeXware, Inc. latest PA release info on Facebook, Twitter | Follow us and win free PowerArchiver. |
|
#24
|
||||
|
||||
|
Yes, I know that, but the error message doesn't indicate that the parameter p is the problem.
Maybe this should be mentioned in the documentation of PACL that the command -p in combination with a list file could cause error messages if the list file contains more than one row. Kind Regards Micke Last edited by Micke; 04-21-2010 at 03:51 AM. Reason: Spelling |
|
#25
|
||||
|
||||
|
Quote:
__________________
ConeXware, Inc. latest PA release info on Facebook, Twitter | Follow us and win free PowerArchiver. |
| The Following User Says Thank You to spwolf For This Useful Post: | ||
Micke (04-21-2010) | ||
|
#26
|
||||
|
||||
|
Thanks, the reason for bringing this up again was that the first test indicated that there was always error messages when using list files with multiple lines. When I found out that it worked with more than one line by using the P parameter I thought that maybe it wasn't a bug but incorrect parameter setting.
Anyway, thanks for the information. Looking forward the next update of PACL Kind Regards Micke |
|
#27
|
|||
|
|||
|
Quote:
Code:
E:\PACL6>ver Microsoft Windows XP [Version 5.1.2600] E:\PACL6>type pacl6prob.lst \\DTTST03\Data\pacltest\*.* \\DTRAH05\Data\pacltest\*.* E:\PACL6>pacomp -a -r -P -k -c2 PACL6prob.zip @PACL6prob.lst PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: E:\PACL6\PACL6prob.zip preparing to compress... adding: pacltest\F1\FILE1.TXT --> Done. [12%] adding: pacltest\F1\FILE2.TXT --> Done. [25%] adding: pacltest\F2\FILE3.TXT --> Done. [37%] adding: pacltest\F2\FILE4.TXT --> Done. [50%] adding: pacltest\F1\FILE1.TXT --> Done. [62%] adding: pacltest\F1\FILE2.TXT --> Done. [75%] adding: pacltest\F2\FILE3.TXT --> Done. [87%] adding: pacltest\F2\FILE4.TXT --> Done. [100%] All OK E:\PACL6>paext -t PACL6prob.zip PowerArchiver Command Line (PACL) Version 6.01 [Feb 07 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Decision Systems Ltd Archive Extr.---ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,... Internet: http://www.powerarchiver.com Email: support@conexware.com Archive --> E:\PACL6\PACL6prob.zip [ZIP] testing: pacltest\F1\FILE1.TXT --> OK [12%] testing: pacltest\F1\FILE2.TXT --> OK [25%] testing: pacltest\F2\FILE3.TXT --> OK [37%] testing: pacltest\F2\FILE4.TXT --> OK [50%] testing: pacltest\F1\FILE1.TXT --> OK [62%] testing: pacltest\F1\FILE2.TXT --> OK [75%] testing: pacltest\F2\FILE3.TXT --> OK [87%] testing: pacltest\F2\FILE4.TXT --> OK [100%] E:\PACL6>pause Press any key to continue . . . Bug?
|
|
#28
|
||||
|
||||
|
Hi!
I have now tested using listfile with 2 rows in it and use the parameter -p (store relative path names). Here's the result from that test using PACL 6.02 Content of Listfile_Doublerow.txt Code:
Q:\Dokument\Amiga\*.pcx R:\Cinemaware\*.adf Code:
D:\PACL_Test>pacomp -a -p Test_PACOMP_ListDouble.zip @Listfile_Doublerow.txt PowerArchiver Command Line (PACL) Version 6.02 [Oct 10 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: D:\PACL_Test\Test_PACOMP_ListDouble.zip preparing to compress... *** ERROR (): DefaultDir *** WARNING: Nothing to add or update... 1 error(s) encountered D:\PACL_Test> Now with use of parameter -P (Store full path names) Code:
D:\PACL_Test>pacomp -a -P Test_PACOMP_ListDouble.zip @Listfile_Doublerow.txt PowerArchiver Command Line (PACL) Version 6.02 [Oct 10 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: D:\PACL_Test\Test_PACOMP_ListDouble.zip preparing to compress... adding: Dokument\Amiga\REFSCAN1.PCX --> Done. [0%] adding: Dokument\Amiga\REFSCAN2.PCX --> Done. [1%] adding: Dokument\Amiga\REFSCAN3.PCX --> Done. [1%] adding: Dokument\Amiga\REFSCAN4.PCX --> Done. [2%] adding: Dokument\Amiga\REFSCAN5.PCX --> Done. [2%] adding: Dokument\Amiga\REFSCAN6.PCX --> Done. [3%] adding: Cinemaware\ICFTD21.adf --> Done. [11%] adding: Cinemaware\ICFTD22.adf --> Done. [20%] adding: Cinemaware\ICFTD23.adf --> Done. [29%] adding: Cinemaware\it_came_from_the_desert-1.adf --> Done. [38%] adding: Cinemaware\it_came_from_the_desert-2.adf --> Done. [47%] adding: Cinemaware\it_came_from_the_desert-3.adf --> Done. [55%] adding: Cinemaware\Tvbaskt1.adf --> Done. [64%] adding: Cinemaware\TVBASKT2.ADF --> Done. [73%] adding: Cinemaware\tvsportboxing.adf --> Done. [82%] adding: Cinemaware\TVSportsBaseball-1.adf --> Done. [91%] adding: Cinemaware\TVSportsBaseball-2.adf --> Done. [100%] All OK D:\PACL_Test> The same error happens with PACL 6.02 as with PACL 6.01 Kind Regards Micke |
| The Following User Says Thank You to Micke For This Useful Post: | ||
spwolf (03-29-2012) | ||
|
#29
|
||||
|
||||
|
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!
__________________
ConeXware, Inc. latest PA release info on Facebook, Twitter | Follow us and win free PowerArchiver. |
|
#30
|
||||
|
||||
|
Hi!
Just finished testing archiving from shares. Here's the result from the test of PACL 6.02 Content of Listfile_Machines.txt Code:
\\TestPC\Public\PACL_Test\*.* \\TestPC\Install\PACL_Test\*.* Code:
D:\PACL_Test>pacomp -a -r -P Test_PACOMP_MachineShare.zip @Listfile_Machine.txt PowerArchiver Command Line (PACL) Version 6.02 [Oct 10 2010] Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version This product is licensed to: Archive Compression Utility -- ZIP,ZIPX,7-ZIP,CAB,LHA,BH,JAR,TAR,GZIP,BZIP2 Internet: http://www.powerarchiver.com Email: support@conexware.com Archive: D:\PACL_Test\Test_PACOMP_MachineShare.zip preparing to compress... adding: PACL_Test\F1\FILE2.TXT --> Done. [9%] adding: PACL_Test\F1\FILE3.TXT --> Done. [13%] adding: PACL_Test\F1\FILE1.BAT --> Done. [19%] adding: PACL_Test\F2\FILE2.TXT --> Done. [29%] adding: PACL_Test\F2\FILE3.TXT --> Done. [32%] adding: PACL_Test\F2\FILE1.BAT --> Done. [38%] adding: PACL_Test\MANUAL.TXT --> Done. [48%] adding: PACL_Test\F2\FILE1.TXT --> Done. [54%] adding: PACL_Test\F2\FILE2.BAT --> Done. [63%] adding: PACL_Test\F2\AILE3.TXT --> Done. [67%] adding: PACL_Test\F2\FILE1.zip --> Done. [70%] adding: PACL_Test\F1\FILE3.BAT --> Done. [74%] adding: PACL_Test\F1\FILE1.BAT --> Done. [84%] adding: PACL_Test\F1\FILE2.TXT --> Done. [90%] adding: PACL_Test\MANUAL.TXT --> Done. [100%] All OK D:\PACL_Test> Code:
D:\PACL_Test>paext -v Test_PACOMP_MachineShare.zip
PowerArchiver Command Line (PACL) Version 6.02 [Oct 10 2010]
Copyright(c) 1999-2010 ConeXware, Inc. All Rights Reserved. Registered Version
This product is licensed to:
Archive Extr.---ZIP,ZIPX,7Z,CAB,LHA,ARJ,RAR,ACE,TAR,GZ,BZ2,UUE,ZOO,B64,YENC,...
Internet: http://www.powerarchiver.com Email: support@conexware.com
Archive --> D:\PACL_Test\Test_PACOMP_MachineShare.zip [ZIP]
Name Length Method Ratio Size Date & Time CRC-32
------------ -------- -------- ----- -------- ------------------- --------
PACL_Test\F1\FILE2.TXT
13852 DFLT-N 76% 3384 02-07-2010 01:20:02 84dfe51c
PACL_Test\F1\FILE3.TXT
5551 DFLT-N 66% 1915 02-07-2010 01:19:20 cbe8bb0a
PACL_Test\F1\FILE1.BAT
8230 DFLT-N 72% 2308 02-07-2010 01:18:18 716a3163
PACL_Test\F2\FILE2.TXT
13852 DFLT-N 76% 3384 02-07-2010 01:20:02 84dfe51c
PACL_Test\F2\FILE3.TXT
5551 DFLT-N 66% 1915 02-07-2010 01:19:20 cbe8bb0a
PACL_Test\F2\FILE1.BAT
8230 DFLT-N 72% 2308 02-07-2010 01:18:18 716a3163
PACL_Test\MANUAL.TXT
13852 DFLT-N 76% 3384 02-07-2010 01:20:02 84dfe51c
PACL_Test\F2\FILE1.TXT
8230 DFLT-N 72% 2308 02-07-2010 01:18:18 716a3163
PACL_Test\F2\FILE2.BAT
13852 DFLT-N 76% 3384 02-07-2010 01:20:02 84dfe51c
PACL_Test\F2\AILE3.TXT
5551 DFLT-N 66% 1915 02-07-2010 01:19:20 cbe8bb0a
PACL_Test\F2\FILE1.zip
4406 DFLT-N 1% 4377 03-13-2010 20:44:16 e555fa01
PACL_Test\F1\FILE3.BAT
5551 DFLT-N 66% 1915 02-07-2010 01:19:20 cbe8bb0a
PACL_Test\F1\FILE1.BAT
13852 DFLT-N 76% 3384 02-07-2010 01:20:02 84dfe51c
PACL_Test\F1\FILE2.TXT
8230 DFLT-N 72% 2308 02-07-2010 01:18:18 716a3163
PACL_Test\MANUAL.TXT
13852 DFLT-N 76% 3384 02-07-2010 01:20:02 84dfe51c
------------ -------- -------- ----- -------- ------------------- --------
*Totals 15 142642 70% 43387 10-19-2010 21:56:00
D:\PACL_Test>
Kind Regards Micke |
| The Following User Says Thank You to Micke For This Useful Post: | ||
spwolf (10-26-2010) | ||
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Batch Archiving | kafka | Wishlist | 0 | 08-30-2008 06:59 PM |
| Batch Archiving | kafka | Tech Support | 0 | 08-27-2008 11:28 PM |
| Delete files after archiving | joakim_46 | Wishlist | 2 | 07-03-2007 08:56 AM |
| TAR not archiving correctly? | dtjacobs | Tech Support | 11 | 08-18-2005 04:01 PM |
| Best way of archiving? | StGerolf | General | 2 | 10-16-2004 04:28 PM |