-->

Monday, August 30, 2010

Delete Folder with Notepad

Posted by Sharath


A simple Trick to delete folders from computer using notepad....Follow the below procedure.... 


Create a simple batch file to remove a particular folder:
1. Open the Notepad
2. Write the following code:
(Ex: Delete the My Documents Folder)
rmdir C:\Documents and Settings /s /q
3. Save the file with .bat extension.
4. If you Run the file means it will delete the Documents and Setting Folder. Like that you can Delete the Folder you want.

0 comments:

Post a Comment