Suppressing dialogs when deleting files or folders

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In cases where I want to delete a large folder and am sure that I want to
bypass dialogs about ".exe files", "read only files", etc., how can I issue
the delete command so that the dialogs don't pop up after I have walked away
from my computer?
 
DLK in Sugar Hill said:
In cases where I want to delete a large folder and am sure that I want to
bypass dialogs about ".exe files", "read only files", etc., how can I issue
the delete command so that the dialogs don't pop up after I have walked away
from my computer?

del *.* /q

There is a general rule: Just about all command line
commands have inbuilt help that you access like so:

del /?
xcopy /?
md /?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top