;Touch ;By jgpaiva ;date: September 2006 ;Function: Similar to unix's "touch", sets the modified time of a file to the current time. #notrayicon if 0 = 0 { msgbox, Touch By JGPaiva`n`nerror: no arguments exitapp } loop,%0% { FileSetTime,A_NOW,% %a_Index%,M,0,0 if ErrorLevel <> 0 msgbox, Touch By JGPaiva`n`nerror: couldn't set the new time } return