(Easy In Linux) How to do it in Windows ?

Hello ,
I wanna to ask some question in Linux if you wanna delete many folders in one folder i mean if you wanna to delete a folder name TEST from many folders like 1 2 3 4 5 6 7 8 and all of ( 1 2 3 4 5 6 7 8 ) in one folder /home/
you will do this command in linux rm -rf /home/*/TEST
but in windows you must do del C:/home/1/TEST
del C:/home/2/TEST etc .....

how i can do it like linux delete all in one time ?

thanks (Easy In Linux) How to do it in Windows ?

 

 

 

 

Top