diff --git a/scripts/cleanup-tiles.cmd b/scripts/cleanup-tiles.cmd new file mode 100644 index 0000000..2015946 --- /dev/null +++ b/scripts/cleanup-tiles.cmd @@ -0,0 +1,10 @@ +@echo off + +echo ####### %0 ####### + +echo starting powershell script ... +powershell -command .\cleanup-tiles.ps1 +echo. + +echo ####### %0 ####### +