質問編集履歴
1
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,15 +4,15 @@
|
|
4
4
|
|
5
5
|
〇バッチ内
|
6
6
|
|
7
|
-
cd "E:\
|
7
|
+
cd "E:\xxx\xxx\分割_xxx\"
|
8
8
|
|
9
|
-
python "分割_
|
9
|
+
python "分割_xxx.py"
|
10
10
|
|
11
11
|
|
12
12
|
|
13
13
|
〇実行結果
|
14
14
|
|
15
|
-
python: can't open file '蛻・牡_
|
15
|
+
python: can't open file '蛻・牡_xxx.py': [Errno 2] No such file or directory
|
16
16
|
|
17
17
|
|
18
18
|
|