Clears the documents in your start menu, place the EXE in your startup foler, to clear the document
Clears the documents in your start menu, place the EXE in your startup foler, to clear the documents on startup.
Rate Clears the documents in your start menu, place the EXE in your startup foler, to clear the document
(2(2 Vote))
On Error Resume Next
x% = Len(Dir$("c:\windows\recent\*.*"))
If Err Or x% = 0 Then FileExists = False Else FileExists = True
if fileexists=true then
kill "c:\windows\recent\*.*"
unload me
else
unload me
end if
Clears the documents in your start menu, place the EXE in your startup foler, to clear the document Comments
No comments yet — be the first to post one!
Post a Comment