質問編集履歴
1
ソースコードミス
test
CHANGED
File without changes
|
test
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
if not exist %todayfile% (copy nul %todayfile%)
|
28
28
|
Start "" "C:\~\notepad.exe" %todayfile%
|
29
29
|
|
30
|
-
|
30
|
+
set currentfile=<3current.dat
|
31
31
|
if not %currentfile% == %todayfile% (
|
32
32
|
echo %currentfile% > last.dat
|
33
33
|
echo %todayfile% > current.dat
|