mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
4 lines
85 B
Batchfile
4 lines
85 B
Batchfile
@ECHO OFF
|
|
RD /S /Q release > NUL 2>&1
|
|
RD /S /Q x64 > NUL 2>&1
|
|
RD /S /Q x86 > NUL 2>&1 |