SyntaxFix
Write A Post
Hire A Developer
Questions
i use these commands in a batch file to empty recycle bin:
del /q /s %systemdrive%\$Recycle.bin\* for /d %%x in (%systemdrive%\$Recycle.bin\*) do @rd /s /q "%%x"