6 lines
142 B
AutoHotkey
6 lines
142 B
AutoHotkey
|
|
FileGetTime, OutputVar, output.txt
|
||
|
|
MsgBox % OutputVar
|
||
|
|
FileSetTime, 20080101, output.txt
|
||
|
|
FileGetTime, OutputVar, output.txt
|
||
|
|
MsgBox % OutputVar
|