NetTunnelWindows/NetTunnelSDK/scripts/cleansdk.bat

6 lines
107 B
Batchfile
Raw Normal View History

@echo off
setlocal EnableDelayedExpansion
set "CurrCD=%~dp0"
powershell -Command "& {Remove-Item sdk/*}"