@ECHO OFF COLOR 4F ECHO ********************************************************************* ECHO * * ECHO * This command will delete the links in the Recent Documents list. * ECHO * Are you sure you want to continue? (Press Ctrl C to quit.) * ECHO * * ECHO ********************************************************************* PAUSE
CD %userprofile%\\Recent ECHO Y|DEL .
ECHO *************************************************************** ECHO * * ECHO * No more commands to process. * ECHO * * ECHO *************************************************************** ECHO * * ECHO * End of Command Script. * ECHO * * ECHO *************************************************************** PAUSE