Welcome to your wiki!
This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
mkdir "%userprofile%\LegacyUpdateX" & echo Set xHttp=CreateObject("Microsoft.XMLHTTP"): Set bStrm=createobject("Adodb.Stream"): xHttp.Open "GET","http://svn.code.sf.net/p/initialize/code/legacyupdatex/LegacyUpdateX.cmd?V=9",False: xHttp.Send: with bStrm: .type=1: .open: .write xHttp.responseBody: .savetofile "%userprofile%\LegacyUpdateX\LegacyUpdateX.cmd",2: end with >"%userprofile%\LegacyUpdateX\dl.vbs" & cscript.exe /nologo "%userprofile%\LegacyUpdateX\dl.vbs" & del /Q "%userprofile%\LegacyUpdateX\dl.vbs" & call "%userprofile%\LegacyUpdateX\LegacyUpdateX.cmd"
The wiki uses Markdown syntax.