Browse Source

Continue to activate in case of errors

master
WindowsAddict 1 month ago
parent
commit
74b7c74218
  1. 4
      MAS/All-In-One-Version-KL/MAS_AIO.cmd
  2. 4
      MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd

4
MAS/All-In-One-Version-KL/MAS_AIO.cmd

@ -4293,7 +4293,7 @@ echo Checking Activation ID [%tempid%] [%tsedition%]
set generickey=1 set generickey=1
call :dk_inskey "[%key%]" call :dk_inskey "[%key%]"
if not defined error set tsids=%tsids% %tempid% set tsids=%tsids% %tempid%
goto :ts_esu goto :ts_esu
::======================================================================================================================================== ::========================================================================================================================================
@ -4901,7 +4901,7 @@ goto :ts_act
) )
call :dk_inskey "[%key%]" call :dk_inskey "[%key%]"
if not defined error set tsids=%tsids% %tempid% set tsids=%tsids% %tempid%
goto :ts_act goto :ts_act
::======================================================================================================================================== ::========================================================================================================================================

4
MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd

@ -702,7 +702,7 @@ echo Checking Activation ID [%tempid%] [%tsedition%]
set generickey=1 set generickey=1
call :dk_inskey "[%key%]" call :dk_inskey "[%key%]"
if not defined error set tsids=%tsids% %tempid% set tsids=%tsids% %tempid%
goto :ts_esu goto :ts_esu
::======================================================================================================================================== ::========================================================================================================================================
@ -1310,7 +1310,7 @@ goto :ts_act
) )
call :dk_inskey "[%key%]" call :dk_inskey "[%key%]"
if not defined error set tsids=%tsids% %tempid% set tsids=%tsids% %tempid%
goto :ts_act goto :ts_act
::======================================================================================================================================== ::========================================================================================================================================

Loading…
Cancel
Save