Quote:
Originally Posted by Elevenn
Kein Stück geklaut. Sowas nennt sich "Parameter" die hat leider nicht nur Terra entdeckt.
Terra hat Buster und der arbeitet mit C# 
|
jop terra launcher is in csharp
ich benutzte das lieber , wenn ich in vb code:
Dim p As New Process()
p.StartInfo.FileName = Application.StartupPath & "\Io.bin"
p.StartInfo.Arguments = "-i 127.0.0.1 -p 9010 -k " & TextBox1.Text & "#" & TextBox2.Text
p.StartInfo.UseShellExecute = False
p.StartInfo.RedirectStandardOutput = True
p.StartInfo.CreateNoWindow = True
p.Start()
Environment.Exit(0)