質問編集履歴

2

誤字

2018/06/11 05:41

投稿

dera
dera

スコア28

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
 
50
50
 
51
- exeName = "test.exe"
51
+ exe = "test.exe"
52
52
 
53
53
 
54
54
 

1

誤字

2018/06/11 05:41

投稿

dera
dera

スコア28

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
 
54
54
 
55
- setPath = "schtasks /create /tn testTask /tr " & installPath & exeName & space(1) & " /sc minute /mo 10 "
55
+ setPath = "schtasks /create /tn testTask /tr " & installPath & exe & space(1) & " /sc minute /mo 10 "
56
56
 
57
57
 
58
58