Search found 1 match
- 03 Sep 2016 11:49
- Forum: DOS Batch Forum
- Topic: Delete System Folders from designated folder
- Replies: 1
- Views: 2702
Delete System Folders from designated folder
Can anyone assist with getting the following command to also delete System Protected Files? * taskkill /F /IM iexplore.exe choice /C X /T 5 /D X > nul set folder="%USERPROFILE%\Appdata\Local\Microsoft\Internet Explorer" cd /d %folder% for /F "delims=" %%i in ('dir /b') do (rmdir ...