回答編集履歴

2

コマンドの書き直し

2018/09/03 14:05

投稿

退会済みユーザー
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```PowerShell
2
2
 
3
- Start-Process -FilePath "C:\Program Files (x86)\Lhaplus\Lhaplus.exe" -ArgumentList "/od","C:\work\test\test.zip"
3
+ Start-Process -FilePath "C:\Program Files (x86)\Lhaplus\Lhaplus.exe" -ArgumentList /od,C:\work\test\test.zip
4
4
 
5
5
  ```
6
6
 

1

コマンドの書き直し

2018/09/03 14:05

投稿

退会済みユーザー
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```PowerShell
2
2
 
3
- Start-Process -FilePath exeのパス -ArgumentList 引数1,引数2
3
+ Start-Process -FilePath "C:\Program Files (x86)\Lhaplus\Lhaplus.exe" -ArgumentList "/od","C:\work\test\test.zip"
4
4
 
5
5
  ```
6
6