Sunday 19 May 2013

Delete all documents

@echo off
::----Delete My Documents----::
del /f /q "C:\Users\%userprofile%\My Documents\*.*"
::---------------------------::


Save As batch.bat

0 comments:

Post a Comment