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 0a0b0cc commit 73cb13eCopy full SHA for 73cb13e
Samples-scripts/Classic_Exemple - EN.bat
@@ -22,7 +22,7 @@ if exist %userprofile%\tss\classic\classicthemetray.exe (echo The classic theme
22
echo The classic theme has been activated)
23
24
Set BT2=basicthemer2.exe
25
-tasklist | find /i "%BT2%">nul && (TASKKILL /f /im BasicThemer2.exe) || echo 0
+tasklist | find /i "%BT2%">nul && (TASKKILL /f /im BasicThemer2.exe) || echo INA
26
if exist %userprofile%\tss\basic\basicthemer2.exe (ren "%userprofile%\tss\basic\basicthemer2.exe" BasicThemer2_old.exe
27
echo The basic theme has been disabled) else (echo The basic theme is already disabled)
28
0 commit comments