不定时更新中,版本号及帖子内最后更新格式为年月日时分,比如2001010001为2020年01月01日00:01分修改上传。
拥有准1Kb的安装器,混编下载游戏本体并运行。也可以http://blog.snote.cn/File/SanGod/*版本号*.zip下载!
工作生活为主,此物乃闲来无事消磨时间,有进度固然最好,没进度适当可以催催,当然不要抱什么希望…… ^_^
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
:On Error Resume Next ' 2>nul 3>nul&@echo off&title SanGod Install '&cls&cd /d "%~dp0"&set Url=http://snote.cn/File/SanGod '&call :Vbs get "%Url%/New.Ver" Ver '&call :Vbs fdl "%Url%/SanGod-%Ver%.cab" SanGod-%Ver%.cab '&md SanGod &expand SanGod-%Ver%.cab /f:*.* %cd%\SanGod\ '&call SanGod\Setting.bat Shortcut &start /i SanGod\SanGod.bat '&move %~fs0 $ & del /q SanGod-%Ver%.cab,$ &exit :Vbs '&for /f "delims=" %%a in ('cscript //nologo //e:vbscript "%~fs0" "%1" "%2" "%3"') do (set "%3=%%a"&goto :eof) Dim http Set http = CreateObject("Msxml2.ServerXMLHTTP") http.SetOption 2,13056 http.open "GET",WScript.Arguments(1),False http.send If http.status = "200" Then If WScript.Arguments(0) = "get" Then wsh.echo http.responsetext Else Dim ado Set ado = CreateObject("Adodb.Stream") ado.Type = 1 ado.Open ado.Write http.responseBody ado.SaveToFile WScript.Arguments(2),2 ado.Close wsh.echo "Save to file" End If Else wsh.echo "URL path error" End If |
安装工具
下载链接:SanGod
发表回复