質問編集履歴

2

補足の修正

2024/10/02 11:42

投稿

semiouto
semiouto

スコア1

test CHANGED
File without changes
test CHANGED
@@ -44,20 +44,22 @@
44
44
  文字コード
45
45
  ANSI
46
46
 
47
- 成功時
47
+ 成功時(パスに空白が入っていない場合)
48
48
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2024-10-02/ac8674db-4489-4291-8405-d1a9f89168cb.png)
49
49
  プログラム/スクリプト
50
50
  C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
51
51
  引数の追加
52
- -ExecutionPolicy Bypass "C:\**test**\hoge.ps1"
52
+ -ExecutionPolicy Bypass "C:\test\hoge.ps1"
53
53
  開始
54
- C:\**test**
54
+ C:\test
55
55
 
56
- 失敗時
56
+ 失敗時(パスに空白が入っている場合)
57
+ ※実行させてもすぐにパワーシェルが閉じてしまうので、エラー内容を確認できません。
58
+  ps1ファイルには「pause」を入れてありますが、このファイルを読み込めていないようです。
57
59
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2024-10-02/827d7a1a-b029-457b-927e-f557ba511340.png)
58
60
  プログラム/スクリプト
59
61
  C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
60
62
  引数の追加
61
- -ExecutionPolicy Bypass "C:\**t e s t**\hoge.ps1"
63
+ -ExecutionPolicy Bypass "C:\t e s t\hoge.ps1"
62
64
  開始
63
- C:\**t e s t**
65
+ C:\t e s t

1

補足追加

2024/10/02 11:39

投稿

semiouto
semiouto

スコア1

test CHANGED
File without changes
test CHANGED
@@ -33,4 +33,31 @@
33
33
  できれば空白が含まれるパスのものを使用したいと考えています。
34
34
 
35
35
  ### 補足
36
+ 環境
37
+ Windows10 home
38
+
36
- 特になし
39
+ ファイル
40
+ hoge.ps1
41
+ 内容
42
+ echo test
43
+ pause
44
+ 文字コード
45
+ ANSI
46
+
47
+ 成功時
48
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2024-10-02/ac8674db-4489-4291-8405-d1a9f89168cb.png)
49
+ プログラム/スクリプト
50
+ C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
51
+ 引数の追加
52
+ -ExecutionPolicy Bypass "C:\**test**\hoge.ps1"
53
+ 開始
54
+ C:\**test**
55
+
56
+ 失敗時
57
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2024-10-02/827d7a1a-b029-457b-927e-f557ba511340.png)
58
+ プログラム/スクリプト
59
+ C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
60
+ 引数の追加
61
+ -ExecutionPolicy Bypass "C:\**t e s t**\hoge.ps1"
62
+ 開始
63
+ C:\**t e s t**