Saved Bookmarks
| 1. |
Solve : Batch command for Deleting folder? |
|
Answer» PLZ help me with command to DELETE folder with bat command that is INSIDE C:Program files The folder name is UNITY is its path is "C:\Program Files\Unity" I have ALREADY tried the following command but its not working............ rd /s /q "C:\Program Files\Unity"Because you need to execute that command in that directory with elevated privileges. Meaning you have to right click CMD.exe and chose Run as Administrator.Thanks |
|