w10install/scripts/cleanup-tiles.cmd

11 lines
154 B
Batchfile
Raw Normal View History

2022-06-21 22:43:49 +02:00
@echo off
echo ####### %0 #######
echo starting powershell script ...
powershell -command .\cleanup-tiles.ps1
echo.
echo ####### %0 #######