From 9a78ed8fe1cb40707c5f691813cec310f1b14e02 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Thu, 12 Jan 2023 20:10:11 +0100 Subject: [PATCH] fixed for absolute path calling --- scripts/modify-desktoptheme.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/modify-desktoptheme.cmd b/scripts/modify-desktoptheme.cmd index 6c1f51f..1bb0adc 100644 --- a/scripts/modify-desktoptheme.cmd +++ b/scripts/modify-desktoptheme.cmd @@ -1,9 +1,10 @@ @echo off +set CONFIG=C:\tools\scripts\config set THEMES=C:\Windows\Resources\Themes echo ####### %0 ####### -copy /Y config\aerolite.theme %THEMES% +copy /Y %CONFIG%\aerolite.theme %THEMES% echo activating AEROLITE theme ... @echo on