Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
圧縮でthumbs.dbファイルを回避するために使用する7zipまたはwinzipコマンドはありますか?
7zip の場合、-xはファイル除外オプション スイッチです。
7z.exe a test.7z C:test* -r -x!thumbs.db
次のリンクにあるファイルの除外を参照してください。