mirror of
https://github.com/MiSTer-devel/Hardware_MiSTer.git
synced 2026-04-19 03:04:15 +00:00
8 lines
209 B
Batchfile
8 lines
209 B
Batchfile
@echo off
|
|
del /s debug.log
|
|
for /d %%p in (*) do for /d %%n in (%%p\Project*) do rmdir /s /q "%%n"
|
|
for /d %%p in (*) do rmdir /s /q "%%p\History"
|
|
for /d %%p in (*) do rmdir /s /q "%%p\__Previews"
|
|
|
|
pause
|