質問編集履歴
2
誤字訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,8 +15,8 @@
|
|
15
15
|
$py_after = {py -3 After.py}
|
16
16
|
|
17
17
|
# バックグラウンド実行
|
18
|
-
Start-Job -Name "py_before" $
|
18
|
+
Start-Job -Name "py_before" $py_before
|
19
|
-
Start-Job -Name "py_after" $
|
19
|
+
Start-Job -Name "py_after" $py_after
|
20
20
|
|
21
21
|
# バックグラウンドJobの終了を待つ
|
22
22
|
Get-Job -name "py_*" | Wait-Job | Receive-Job
|
1
タグの追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|