2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

7zで作成された自己展開形式のexeをcliから展開する

Posted at

「~.7z.exe」な自己展開形式のファイルをスクリプトから利用したいときなどに、展開先をGUIから指定させられるのが地味にこまります。

つぎのように実行することでCLIから展開先を指定して実行することができます。GUIのプログレスダイアログが表示されますが。

.\PortableGit-2.28.0-64-bit.7z.exe -o"Git" -y

-oの後に空白がないのは間違いではありません。連続して指定してください。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?