11 lines
154 B
Batchfile
11 lines
154 B
Batchfile
![]() |
@echo off
|
||
|
|
||
|
echo ####### %0 #######
|
||
|
|
||
|
echo starting powershell script ...
|
||
|
powershell -command .\cleanup-tiles.ps1
|
||
|
echo.
|
||
|
|
||
|
echo ####### %0 #######
|
||
|
|