How to delete a folder in a batch file forcely ?
(Note- C:\Anything is a folder)
My code is:
@echo off
del C:\Anything
pause
But it's always asking-
Do you want to delete "C:\Anything" Y/N ?
I want that C:\Anything should delete with askimg for permision to do that !
Please help to optimize my problem !!!