For example, I open D:\back
Run del.bat inside it
The batch content is rd /s/q d:\back
And this bat only deletes all files under d:\back, but does not delete the d:\back folder..
How to do it? The premise of deletion is that del.bat must be inside the back folder..
Just like shift+del to delete, the directory is open. Also force delete.
Run del.bat inside it
The batch content is rd /s/q d:\back
And this bat only deletes all files under d:\back, but does not delete the d:\back folder..
How to do it? The premise of deletion is that del.bat must be inside the back folder..
Just like shift+del to delete, the directory is open. Also force delete.

