6 lines
107 B
Batchfile
6 lines
107 B
Batchfile
|
@echo off
|
||
|
setlocal EnableDelayedExpansion
|
||
|
|
||
|
set "CurrCD=%~dp0"
|
||
|
|
||
|
powershell -Command "& {Remove-Item sdk/*}"
|