We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0592c commit 62ebd5dCopy full SHA for 62ebd5d
Samples-scripts/Basic_Example - EN.bat
@@ -24,7 +24,7 @@ echo The classic theme has been disabled) else (echo The classic theme is alread
24
start %userprofile%\TSS\classic\classicthemetray_old.exe /disable
25
26
Set BT2=BasicThemer2.exe
27
-tasklist | find /i "%BT2%">nul && echo 1 || (start C:\TSS\BasicTheme\BasicThemer2.exe)
+tasklist | find /i "%BT2%">nul && echo AC || (start C:\TSS\BasicTheme\BasicThemer2.exe)
28
if exist %userprofile%\tss\basic\BasicThemer2.exe (echo The basic theme is already active) else (ren "%userprofile%\tss\basic\BasicThemer2_old.exe" BasicThemer2.exe
29
echo The basic theme has been activated)
30
0 commit comments