mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-11-13 03:45:13 +01:00
Minor changes to v6.1.0
This commit is contained in:
parent
93f7345549
commit
b9b58d6c4a
@ -2134,7 +2134,7 @@ echo modmii>temp\modmii.txt
|
||||
::download exe and zip
|
||||
|
||||
if not exist temp\activator.exe start /min /wait support\wget -t 3 "http://dl.dropbox.com/u/74562700/activator.exe"
|
||||
if exist activator.exe move /y activator.bak temp\activator.exe>nul
|
||||
if exist activator.exe move /y activator.exe temp\activator.exe>nul
|
||||
|
||||
if exist temp\keys.txt del temp\keys.txt>nul
|
||||
if exist temp\keys.zip del temp\keys.zip>nul
|
||||
|
@ -230,13 +230,13 @@ if exist temp\modmii.txt del temp\modmii.txt>nul
|
||||
|
||||
::download exe and zip
|
||||
|
||||
if not exist temp\activator.exe start /min /wait support\wget -t 3 "http://modmii.zzl.org/files/activator.bak"
|
||||
if exist activator.bak move /y activator.bak temp\activator.exe>nul
|
||||
if not exist temp\activator.exe start /min /wait support\wget -t 3 "http://dl.dropbox.com/u/74562700/activator.exe"
|
||||
if exist activator.exe move /y activator.exe temp\activator.exe>nul
|
||||
|
||||
if exist temp\keys.txt del temp\keys.txt>nul
|
||||
if exist temp\keys.zip del temp\keys.zip>nul
|
||||
|
||||
start /min /wait support\wget -t 3 http://modmii.zzl.org/files/keys.zip
|
||||
start /min /wait support\wget -t 3 http://dl.dropbox.com/u/74562700/keys.zip
|
||||
if exist keys.zip move /y keys.zip temp\keys.zip>nul
|
||||
|
||||
if not exist temp\keys.zip goto:skip
|
||||
|
Loading…
Reference in New Issue
Block a user