7 lines
96 B
Text
7 lines
96 B
Text
# "Touch" command.
|
|
|
|
If "`Exists "{1}"`" != ""
|
|
SetFile -m . "{1}"
|
|
Else
|
|
Echo ' ' > "{1}"
|
|
End If
|