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