Z
zSplash
I have asked this question in an Excel usergroup, getting no solution.
Since KILL is a VB command, perhaps this is the proper forum.
I am trying to eliminate all desktop shortcuts with "log" in their filename.
Here is the code I have unsuccessfully tried:
Kill "C:\Documents and Settings\username\Desktop\*log*.lnk"
Using the same code without wildcards (i.e., if I know the exact name of the
shortcut) works fine. Am I mis-using the wildcards in this Kill? Can
someone please offer guidance?
TIA
Since KILL is a VB command, perhaps this is the proper forum.
I am trying to eliminate all desktop shortcuts with "log" in their filename.
Here is the code I have unsuccessfully tried:
Kill "C:\Documents and Settings\username\Desktop\*log*.lnk"
Using the same code without wildcards (i.e., if I know the exact name of the
shortcut) works fine. Am I mis-using the wildcards in this Kill? Can
someone please offer guidance?
TIA