@echo off
setlocal EnableDelayedExpansion
 
set "CurrCD=%~dp0"

powershell -Command "& {Remove-Item sdk/*}"