はこふぐのメモ

めもです

自分へのメモ BluePrismでZIPファイルを解凍する(powershellを使う)

BluePrismでZIPファイルを解凍したい。

powershellでいけそうだ。

 

powershellでコマンドを起動するには、Utility - Environment のRun Process Until Endedがよさそう。

 

f:id:sazanamifugu:20191209234410p:plain

Application⇒powershellの場所を指定

"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe"

Arguments⇒powershellのコマンドを指定

"Expand-Archive -Path c:\Study\data.zip -DestinationPath c:\Study\work -Force"

 

プライバシーポリシー
©2019 はこふぐのメモ All rights reserved