質問編集履歴

3

ファイルの追加

2022/06/20 10:14

投稿

gpi556
gpi556

スコア0

test CHANGED
File without changes
test CHANGED
@@ -50,3 +50,10 @@
50
50
  Debug.LogError("[TEST] Exit");
51
51
  }
52
52
  ```
53
+ ```Batファイル
54
+
55
+ @echo off
56
+ call notepad.exe
57
+
58
+ pause
59
+ ```

2

エラー内容未記入

2022/06/20 09:19

投稿

gpi556
gpi556

スコア0

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,10 @@
5
5
  Unityでスタンドアロン版のExeを作成して起動するとエラーになる
6
6
  UnityEditorのメニューバーからはエラーなく実行できます。
7
7
  何が問題なんでしょうか
8
+
9
+ ```Error
10
+ [ERROR]エラー:The Process object must have the UseShellExecute property set to false in order to redirect IO streams.
11
+ ```
8
12
 
9
13
  # 作成コード
10
14
  ```C#

1

誤字

2022/06/20 08:58

投稿

gpi556
gpi556

スコア0

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,6 @@
1
+ # やりたいこと
2
+ Unityで作成したEXEから指定のBatを起動したいです。
3
+
1
4
  # 問題点
2
5
  Unityでスタンドアロン版のExeを作成して起動するとエラーになる
3
6
  UnityEditorのメニューバーからはエラーなく実行できます。