-
(Did not see in batch)
Use the CARET to escape the LEFT ANGLE BRACKET ...and... use the PERCENT to escape the PERCENT.
7za e Source.zip -oC:\ExtFil -y -pg'V:3*#y^
2009-11-24 21:31:27 UTC in 7-Zip
-
Do not use poison characters in your passphrase!
Use the CARET to escape the LEFT ANGLE BRACKET.
7za e Source.zip -oC:\ExtFil -y -pg'V:3*#y^
2009-11-24 21:14:39 UTC in 7-Zip
-
font features of v.3.19 are broken, you can either use prior version to correct font setting or manually edit the 'treefont' entry in the pwsafe.cfg file.
-13,0,0,0,400,0,0,0,0,3,2,1,34,Tahoma.
2009-11-24 01:53:47 UTC in Password Safe
-
because the archive name has look like some extension -- too much for 7z to guess.
you should use archive.extension
7z a DotNet_2sp2_3sp2_35sp1_French_AddOn_1.1.6.7z DotNet_2sp2_3sp2_35sp1_French_AddOn_1.1.6 -mx9
7zg a DotNet_2sp2_3sp2_35sp1_French_AddOn_1.1.6.zip DotNet_2sp2_3sp2_35sp1_French_AddOn_1.1.6 -mx9
7za a DotNet_2sp2_3sp2_35sp1_French_AddOn_1.1.6.bzip2...
2009-11-18 07:03:32 UTC in 7-Zip
-
7-zip can not archive file(s) then clear the Achive bit.
You must archive the file(s), test for "Everything is Ok", then do ATTRIB -A file(s)
2009-11-15 06:51:20 UTC in 7-Zip
-
Do you execute filename 7zFM.exe ?.
2009-11-15 06:22:36 UTC in 7-Zip
-
Do:
msiexec /a 7z465-x64.msi /qb targetdir=%cd%\7-zip\outdir
Find 7z.exe and 7z.dll in:
%cd%\outdir\Files\7-Zip\.
2009-11-12 06:09:40 UTC in 7-Zip
-
@greenley
Have you tried my suggestion above dated 2009-06-13 03:07:20 GMT ?
@rony
I've seen this happen a number of times in the past on various XP systems. I do not know what is the cause, perhaps the OS is falling back to 8.3 filename convention.
2009-11-09 19:36:14 UTC in Password Safe
-
$ 7z e openssl-0.9.8l.tar.gz
7-Zip 4.65 Copyright (c) 1999-2009 Igor Pavlov 2009-02-03
Processing archive: openssl-0.9.8l.tar.gz
Extracting openssl-0.9.8l.tar
Everything is Ok
Size: 20684800
Compressed: 4179422
$ 7z x -ot:\test\output -ir.
2009-11-09 06:41:41 UTC in 7-Zip
-
What is OS? For NT5+ what I show will do as you desire. Do you try?
$ cd /d T:\Test\abcdef
$ dir /b /s
T:\Test\abcdef\archive name with spaces.7z
$ FOR %I IN (*.7z) DO 7z x -o".\unzip3\%~nI" "%I"
$ 7z x -o".\unzip3\archive name with spaces" "archive name with spaces.7z"
7-Zip 4.65...
2009-11-06 20:20:31 UTC in 7-Zip