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.
7zを使用してディレクトリを圧縮しようとしているので、そうします
C:/7z a -tzip mydirectory/testing.zip mydirectory/testing -o* -r
出力されたzipファイルの内容に問題があり、ディレクトリ構造全体のパス
mydirectory/testing/....
しかし、テスト中のファイルを圧縮し、上記のパスを反映させないようにしたいと考えています。
ディレクトリをmydirectory/testing最初に変更し、*すべてのファイルを取得するために使用します。
mydirectory/testing
*
cd mydirectory\testing C:\7z.exe a -tzip ../testing.zip * -r