mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
3 lines
69 B
Batchfile
3 lines
69 B
Batchfile
@ECHO OFF
|
|
RD /S /Q Netch\bin > NUL 2>&1
|
|
RD /S /Q Netch\obj > NUL 2>&1 |