PDA

View Full Version : Create a batch file to clear your My Recent Documents folder


imported_imported_torQQue
02-15-2005, 05:08 PM
Open up Notepad and copy and paste this text into the notepad. Now save the notepad file to your desktop. Make sure you change the extension (yourfilename).bat

echo y| del \windows\recent\*.*


echo y answers "yes" to every "Do you want to delete..." question, deleting the document shortcuts
stored in C:\Windows\Recent

Now everytime you click your new shortcut it will clear your My recent docs folders with one click.