I got this code from somewhere
Set objApp = CreateObject("WScript.Shell")
objApp.Run "cmd.exe /c " & Chr(34) & "rmdir /S /Q %temp%" & Chr(34)
msgbox "Successfully Deleted Temp Files"
This delete the temp files when i click on an icon attached to this icon.
Can someone please design...