폴더를 압축하고 C:\Temp
싶지만 특정 하위 폴더 (예 :)가 없습니다 C:\Temp\test
. 7zip으로 어떻게 할 수 있습니까?
다음 명령을 생각해 냈습니다.
c:\Temp>7zip a -t7z test.7z c:\temp\ -mx0 -x!c:\temp\test\*
그러나 출력이 다음과 같이 작동하지 않습니다.
7-Zip (A) 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Scanning
Updating archive test.7z
Compressing Temp\admin.PNG
Compressing Temp\test\admin2.PNG <<<<<< this file should not be added to the archive
Compressing Temp\first.txt
스위치
—
Martin Vseticka
-r
가 도움이되지 않았습니다.
-r
(재귀) 플래그 일 수 있습니다. 디폴트는 서브 디렉토리를 재귀하지 않는 것입니다.