As I can delete all the hidden folders in a folder I have this script but it already directs a specific folder.
rd /s /q "C:\Temporal_BackUps\rock\Bins\Rubbish"
and I want to delete only the "Rubbish" folder without having to write as many thousands of example addresses:
rd /s /q "C:\Temporal_BackUps\rock\Bins\Rubbish"
rd /s /q "C:\Temporal_BackUps\rock\Copias_rock_en_Nube_Temporal\Rubbish"
rd /s /q "C:\Temporal_BackUps\rock\Copias_rock_en_Nube\Rubbish"
rd /s /q "C:\Temporal_BackUps\rock\scripts\Rubbish"
rd /s /q "C:\Temporal_BackUps\rock\Rubbish"