fixed for absolute path calling

This commit is contained in:
Michael H.G. Schmidt 2023-01-12 20:10:11 +01:00
parent 19f4d1a1ec
commit 9a78ed8fe1

View File

@ -1,9 +1,10 @@
@echo off @echo off
set CONFIG=C:\tools\scripts\config
set THEMES=C:\Windows\Resources\Themes set THEMES=C:\Windows\Resources\Themes
echo ####### %0 ####### echo ####### %0 #######
copy /Y config\aerolite.theme %THEMES% copy /Y %CONFIG%\aerolite.theme %THEMES%
echo activating AEROLITE theme ... echo activating AEROLITE theme ...
@echo on @echo on