11 lines
155 B
Batchfile
11 lines
155 B
Batchfile
@echo off
|
|
|
|
echo ####### %0 #######
|
|
|
|
echo starting powershell script ...
|
|
powershell -command .\uninstall-apps.ps1
|
|
echo.
|
|
|
|
echo ####### %0 #######
|
|
|