concatenation "%0d%0a" of
(
(
"DEL /Q %22" & it & "%22"
)
of pathnames of files whose
(
(
name of it as lowercase ends with ".lnk"
)
AND
(
exists shortcut whose
(
pathname of it as lowercase contains "adobe"
)
of it
)
AND
(
(
creation time of it - active start time of active action
)
> 0
)
)
of folders "C:\Users\Public\Desktop"
)
concatenation "%0d%0a" of (("DEL /Q %22" & it & "%22") of pathnames of files whose( (name of it as lowercase ends with ".lnk") AND (exists shortcut whose(pathname of it as lowercase contains "adobe") of it) AND ( (creation time of it - active start time of active action) > 0 ) ) of folders "C:\Users\Public\Desktop")