11 lines
190 B
Batchfile
11 lines
190 B
Batchfile
@echo off
|
|
set TOOLS=c:\tools
|
|
|
|
echo ####### %0 #######
|
|
|
|
echo Cleaning up tiles in the START menu ...
|
|
powershell -command %TOOLS%\scripts\cleanup-tiles.ps1
|
|
|
|
echo ####### %0 #######
|
|
|