first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

CMD: A Script That Deletes Recent Document References

@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

mod date: 2007-08-28T21:41:36.000Z