mirror of https://github.com/infosecn1nja/C3.git
2 lines
59 B
Batchfile
2 lines
59 B
Batchfile
|
FOR /d /r . %%d IN (Bin) DO @IF EXIST "%%d" rd /s /q "%%d"
|