質問編集履歴

1

文法の修正

2020/06/19 08:22

投稿

question01
question01

スコア11

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 "分割_~~~.py"
9
+    python "分割_xxx.py"
10
10
 
11
11
 
12
12
 
13
13
  〇実行結果
14
14
 
15
-    python: can't open file '蛻・牡_~~~.py': [Errno 2] No such file or directory
15
+    python: can't open file '蛻・牡_xxx.py': [Errno 2] No such file or directory
16
16
 
17
17
 
18
18