Pbwith exclude file list
-
with pkzip i can do
D:>pKZIP -a -ex -rp files5.zip d:\test*.* -x@exlist.LST
but i have problem with filename superior at 8 letters.
with pacl i can t do same line command
normally it s
d:>pacomp -a -c2 -rp files5.zip d:\test*.* -x@exlist.txti receive this message .
Archive: D:\files5.zip
preparing to compress…
*** WARNING: Nothing to add or update… -
Similar problem to
http://www.powerarchiver.com/forums/showthread.php?t=1569x is a command, so the format is:-
pacomp -a -c2 -rp -x@exlist.txt files5.zip d:\test*.*