How to empty recycling bin from command line in Windows XP?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
First, you need to create file called something like EmptyBin.reg like so:
Now, you create a batch (*.bat) file with the following:
Run that batch file from the command line to empty your bin. |
|||
|
|
The recycle bin is just another folder; you should be able to delete the files from C:\RECYCLER to achieve the same effect as emptying the recycle bin from the GUI. |
|||||
|
|
As I posted elsewhere, I use |
|||
|
|