power shellのコマンドを使うとzip圧縮できる。
でもコマンドプロンプトからやりたかったのでコマンドプロンプトでpower shellのコマンドを実行する方法と合わせて実現した。
以下のコマンドを実行するとzipにできた。
powershell -Command "Compress-Archive -Path dist/my_lib -DestinationPath dist/my_lib.zip"
power shellのコマンドを使うとzip圧縮できる。
でもコマンドプロンプトからやりたかったのでコマンドプロンプトでpower shellのコマンドを実行する方法と合わせて実現した。
以下のコマンドを実行するとzipにできた。
powershell -Command "Compress-Archive -Path dist/my_lib -DestinationPath dist/my_lib.zip"