FOLDER - right click commands

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

I have a few folders I just dump stuff into for temp use
(not the temp folder(s)) and am wondering if there is an
easy way to clear all of the contents, aside from oepning
the folder > select all > delete. May be lazy, but it's
also more a trick that could be helpful elsewhere. I'd
like it to perform almost like the recycle bin, where i
can right click, and choose to delete contents. Any
ideas? Feel free to send me in the technical
direction... i'm comfy with system and registry tweaks.

Thanks,

Richard
 
Hi, Richard.

Well, you could just delete the folder itself, then recreate it. This
should be faster than opening the folder and deleting its contents.

Or open a "DOS" window and either delete all the contents with del *.* (or
del foldername\*.*) or remove the directory, all subdirectories and files
with rd foldername /s /q.

RC
 
Back
Top