Hy,
I want delete temporary files in all user profile.
I write a scritp which deletes all *.lnk and it is OK
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile(Documents and Settings\%username%\Application Data\Microsoft\Office\Récents\*.*")
but I have internet shorcut in this folder, and the script can't delete this.
Please help me.
Thanks
I want delete temporary files in all user profile.
I write a scritp which deletes all *.lnk and it is OK
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile(Documents and Settings\%username%\Application Data\Microsoft\Office\Récents\*.*")
but I have internet shorcut in this folder, and the script can't delete this.
Please help me.
Thanks