C3/CleanBinFiles.cmd

2 lines
59 B
Batchfile

FOR /d /r . %%d IN (Bin) DO @IF EXIST "%%d" rd /s /q "%%d"