I am trying to write a batch script where I have to delete a folder's content, without deleting the folder itself. I tried using
del "." But it stops batch script at that point to ask me if I am sure about the deletion. I don't want any prompt. Is there an easier way to do this quietly?